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…
Hvad er MutAd?
MutAd er en Chrome-udvidelse udviklet af gz0220, og dens hovedfunktion er "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…".
Udvidelsesskærmbilleder
Download MutAd-udvidelses-CRX-fil
Download MutAd-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | MutAd |
ID | bbndenojlngeajgkbkgfdfohgomgbibd |
Officiel URL | https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd |
Beskrivelse | 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… |
Filstørrelse | 10.73 KB |
Antal Installationer | 219 |
Nuværende Version | 0.91 |
Senest Opdateret | 2015-11-13 |
Udgivelsesdato | 2015-11-13 |
Bedømmelse | 3.29/5 Samlet 7 Bedømmelser |
Udvikler | gz0220 |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/galziv/MutAd |
Hjælpeside-URL | https://github.com/galziv/MutAd |
Understøttede Sprog | 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" ] } ] } |