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…

Vad är MutAd?

MutAd är en Chrome-tillägg utvecklad av gz0220, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner MutAd-förlängningens CRX-fil

Ladda ner MutAd-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
Officiell webbadress https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Beskrivning 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…
Filstorlek 10.73 KB
Antal Installationer 219
Aktuell Version 0.91
Senast Uppdaterad 2015-11-13
Publiceringsdatum 2015-11-13
Betyg 3.29/5 Totalt 7 Betyg
Utvecklare gz0220
Betalningssätt free
Tilläggswebbplats https://github.com/galziv/MutAd
Hjälpsida URL https://github.com/galziv/MutAd
Stödda Språk 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"
            ]
        }
    ]
}