YouTube Ad Skipper

YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!

¿Qué es YouTube Ad Skipper?

YouTube Ad Skipper es una extensión de Chrome desarrollada por espacio.abierto, y su función principal es "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube Ad Skipper

Descarga archivos de extensión YouTube Ad Skipper 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

                        YouTube Ad Skipper (1.6)  it is NOT an ad blocker, but rather click programatically to the skip button.

The extension is a basic use of selectors and dispatch events that are triggered when elements are render in the page.
 
The click event is automatically dispatch on the skip button element as soon as it is render, it is basic project but are useful, hope would be same for you, any bug, feedback or suggesting let me know. .                    

Información Básica de la Extensión

Nombre YouTube Ad Skipper YouTube Ad Skipper
ID pgojhlciioemcalndpjlnffkpmogfbgl
URL Oficial https://chromewebstore.google.com/detail/youtube-ad-skipper/pgojhlciioemcalndpjlnffkpmogfbgl
Descripción YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!
Tamaño del Archivo 39.22 KB
Cantidad de Instalaciones 2,077
Versión Actual 1.6
Última Actualización 2023-01-03
Fecha de Publicación 2019-10-07
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador espacio.abierto
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://espierto.com/#portfolio
URL de la Página de Ayuda https://espierto.com/#contact
Idiomas Soportados en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!",
    "icons": {
        "128": "icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs69r0petggpC7acaNmXbgYKh55KnqwLPceLNHj95g+qKJe9GSo0wRxegdLdWf+vF\/WnvXORdOOHomIaijFH0SXfVmZ6Dsku7lmB4pjcbAAW5w3mX3F9z1IdWl2T9AbxQcJxIDQDUGA6IIfm6gxXPCq\/qqkDk93OhzH\/CcmzPpBm7vFNACNlK5VpQX\/ufs4cKGfkTSxS4uYYq19HxWcR4a9Kyg5QQp4AjI7S+UNjRSXusoqxEa+hhTmU4OTXZB9dyy0v8BHLoBMIo\/tirvrm4qfAnJ3SglcTYJwQIT2k+5efOqvTxALZKpNaa6JEL4tnUQJL0vjUTaxo5N1yx0zqmLQIDAQAB",
    "manifest_version": 3,
    "name": "YouTube Ad Skipper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}