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 to jest MutAd?

MutAd to rozszerzenie Chrome opracowane przez gz0220, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MutAd

Pobierz pliki rozszerzeń MutAd w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
Oficjalny URL https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Opis 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…
Rozmiar pliku 10.73 KB
Liczba instalacji 219
Aktualna Wersja 0.91
Ostatnia Aktualizacja 2015-11-13
Data Publikacji 2015-11-13
Ocena 3.29/5 Łącznie 7 Oceny
Deweloper gz0220
Typ Płatności free
Strona Rozszerzenia https://github.com/galziv/MutAd
Adres URL Strony Pomocy https://github.com/galziv/MutAd
Obsługiwane Języki 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"
            ]
        }
    ]
}