Youtube Ad Skipper

Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…

¿Qué es Youtube Ad Skipper?

Youtube Ad Skipper es una extensión de Chrome desarrollada por Zubair Mohsin, y su función principal es "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".

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

                        Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)                    

Información Básica de la Extensión

Nombre Youtube Ad Skipper Youtube Ad Skipper
ID enihkpojbigcklkiniiknjplcfihheca
URL Oficial https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca
Descripción Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Tamaño del Archivo 44.95 KB
Cantidad de Instalaciones 663
Versión Actual 0.1
Última Actualización 2017-12-22
Fecha de Publicación 2017-12-22
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Zubair Mohsin
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Ad Skipper",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "skip_16.png",
        "48": "skip_48.png",
        "128": "skip_128.png"
    }
}