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…

Cos'è MutAd?

MutAd è un'estensione di Chrome sviluppata da gz0220, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MutAd

Scarica i file di estensione MutAd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
URL Ufficiale https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Descrizione 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…
Dimensione del File 10.73 KB
Conteggio Installazioni 219
Versione Corrente 0.91
Ultimo Aggiornamento 2015-11-13
Data di Pubblicazione 2015-11-13
Valutazione 3.29/5 Totale 7 Valutazioni
Sviluppatore gz0220
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/galziv/MutAd
URL della Pagina di Aiuto https://github.com/galziv/MutAd
Lingue Supportate 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"
            ]
        }
    ]
}