ADccelerator

Detects ads in YouTube videos and adjusts playback speed.

¿Qué es ADccelerator?

ADccelerator es una extensión de Chrome desarrollada por carlosgru83, y su función principal es "Detects ads in YouTube videos and adjusts playback speed.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ADccelerator

Descarga archivos de extensión ADccelerator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre ADccelerator ADccelerator
ID cnpcaeikaojaffioeajgckhoidnichei
URL Oficial https://chromewebstore.google.com/detail/adccelerator/cnpcaeikaojaffioeajgckhoidnichei
Descripción Detects ads in YouTube videos and adjusts playback speed.
Tamaño del Archivo 77.57 KB
Cantidad de Instalaciones 373
Versión Actual 0.8
Última Actualización 2023-12-04
Fecha de Publicación 2023-12-01
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador carlosgru83
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}