ADccelerator

Detects ads in YouTube videos and adjusts playback speed.

ADcceleratorとは何ですか?

ADcceleratorはcarlosgru83によって開発されたChromeの拡張機能で、その主な機能は「Detects ads in YouTube videos and adjusts playback speed.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 ADccelerator
ID cnpcaeikaojaffioeajgckhoidnichei
公式URL 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
Eメール [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"
            ]
        }
    ]
}