MutAd

After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…

Co je MutAd?

MutAd je rozšíření Chrome vyvinuté gz0220, a jeho hlavní funkcí je „After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MutAd

Stáhněte si soubory rozšíření MutAd 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í

                        After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.                    

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

Název MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
Oficiální URL https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Popis After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
Velikost souboru 10.73 KB
Počet instalací 219
Aktuální Verze 0.91
Poslední Aktualizace 2015-11-13
Datum Vydání 2015-11-13
Hodnocení 3.29/5 Celkem 7 Hodnocení
Vývojář gz0220
Typ Platby free
Webové stránky Rozšíření https://github.com/galziv/MutAd
URL Stránky Nápovědy https://github.com/galziv/MutAd
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MutAd",
    "short_name": "MutAd",
    "version": "0.91",
    "icons": {
        "128": "MutAd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "mutAd.js"
            ]
        }
    ]
}