ADccelerator

Detects ads in YouTube videos and adjusts playback speed.

ADccelerator là gì?

ADccelerator là một tiện ích mở rộng Chrome được phát triển bởi carlosgru83, và tính năng chính của nó là "Detects ads in YouTube videos and adjusts playback speed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ADccelerator

Tải xuống các tệp mở rộng ADccelerator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🚀 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ADccelerator ADccelerator
ID cnpcaeikaojaffioeajgckhoidnichei
URL Chính Thức https://chromewebstore.google.com/detail/adccelerator/cnpcaeikaojaffioeajgckhoidnichei
Mô tả Detects ads in YouTube videos and adjusts playback speed.
Kích Thước Tệp 77.57 KB
Số Lần Cài Đặt 373
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2023-12-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển carlosgru83
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}