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…

Qu'est-ce que MutAd ?

MutAd est une extension Chrome développée par gz0220, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MutAd

Téléchargez les fichiers d'extension MutAd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
URL Officiel https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Description 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…
Taille du Fichier 10.73 KB
Nombre d'Installations 219
Version Actuelle 0.91
Dernière Mise à Jour 2015-11-13
Date de Publication 2015-11-13
Évaluation 3.29/5 Total 7 Évaluations
Développeur gz0220
Type de Paiement free
Site Web de l'Extension https://github.com/galziv/MutAd
URL de la Page d'Aide https://github.com/galziv/MutAd
Langues Prises en Charge 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"
            ]
        }
    ]
}