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…

Wat is MutAd?

MutAd is een Chrome-extensie ontwikkeld door gz0220, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MutAd

Download MutAd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
Officiële URL https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Beschrijving 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…
Bestandsgrootte 10.73 KB
Aantal Installaties 219
Huidige Versie 0.91
Laatst Bijgewerkt 2015-11-13
Publicatiedatum 2015-11-13
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar gz0220
Betalingswijze free
Extensiewebsite https://github.com/galziv/MutAd
Help Pagina-URL https://github.com/galziv/MutAd
Ondersteunde Talen 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"
            ]
        }
    ]
}