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…

Was ist MutAd?

MutAd ist eine Chrome-Erweiterung, die von gz0220 entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

MutAd-Erweiterungs-CRX-Datei herunterladen

Laden Sie MutAd-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
Offizielle URL https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Beschreibung 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…
Dateigröße 10.73 KB
Installationsanzahl 219
Aktuelle Version 0.91
Letztes Update 2015-11-13
Veröffentlichungsdatum 2015-11-13
Bewertung 3.29/5 Insgesamt 7 Bewertungen
Entwickler gz0220
Zahlungsart free
Erweiterungswebsite https://github.com/galziv/MutAd
Hilfeseite URL https://github.com/galziv/MutAd
Unterstützte Sprachen 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"
            ]
        }
    ]
}