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…

Co je Youtube Ad Skipper?

Youtube Ad Skipper je rozšíření Chrome vyvinuté Zubair Mohsin, a jeho hlavní funkcí je „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…“.

Stáhnout soubor CRX rozšíření Youtube Ad Skipper

Stáhněte si soubory rozšíření Youtube Ad Skipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 :)                    

Základní Informace o Rozšíření

Název Youtube Ad Skipper Youtube Ad Skipper
ID enihkpojbigcklkiniiknjplcfihheca
Oficiální URL https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca
Popis 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…
Velikost souboru 44.95 KB
Počet instalací 663
Aktuální Verze 0.1
Poslední Aktualizace 2017-12-22
Datum Vydání 2017-12-22
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Zubair Mohsin
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}