ADccelerator
Detects ads in YouTube videos and adjusts playback speed.
什麼是ADccelerator?
ADccelerator是由carlosgru83開發的Chrome擴展程式,該擴展的主要功能是“Detects ads in YouTube videos and adjusts playback speed.”。
擴展截圖
下載ADccelerator擴展crx文件
下載ADccelerator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🚀 ADccelerator: Your Companion on YouTube Experience YouTube in a revolutionary way with ADccelerator, the smart alternative to ad blockers. 🌐 Full Description: Meet Rabitto, our mascot, who is not a fan of ad blockers. Rabitto guides you in a more friendly YouTube experience with ADccelerator. 🔧 How ADccelerator Works: Install the Extension: Easily add it to Chrome. Adjust the Speed of Ads: Rabitto helps you choose the right speed. Enjoy a Lighter YouTube Experience: Fewer interruptions, more fluidity. ✨ Benefits of ADccelerator: Enhanced User Experience: Navigate YouTube with an intuitive interface. A Better Alternative to Blockers: Find the perfect balance for your YouTube experience, without the drawbacks of traditional blockers. Easy to Use: Suitable for all users. 🔄 ADccelerator in Development: ADccelerator is constantly evolving. Share and support our project for future updates and improvements. Your feedback is vital to us! 👥 Join the ADccelerator Community: Be part of a community that seeks a more balanced and conscious YouTube experience. 📥 Installation: Download ADccelerator now and start enjoying YouTube in a new and improved way with Rabitto. Be part of the change!
擴展基本資訊
名稱 | ADccelerator |
ID | cnpcaeikaojaffioeajgckhoidnichei |
官方網址 | https://chromewebstore.google.com/detail/adccelerator/cnpcaeikaojaffioeajgckhoidnichei |
簡介 | Detects ads in YouTube videos and adjusts playback speed. |
檔案大小 | 77.57 KB |
安裝次數 | 373 |
目前版本 | 0.8 |
更新時間 | 2023-12-04 |
上架時間 | 2023-12-01 |
評分 | 5.00/5 共 3 次評分 |
開發者 | carlosgru83 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | de,en,fr,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ADccelerator", "version": "0.8", "description": "__MSG_extensionDescription__", "default_locale": "en", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html" }, "icons": { "48": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |