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…
What is MutAd?
MutAd is a Chrome extension developed by gz0220, and its main feature is "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…".
Extension Screenshots
Download MutAd Extension CRX File
Download MutAd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MutAd |
ID | bbndenojlngeajgkbkgfdfohgomgbibd |
Official URL | 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… |
File Size | 10.73 KB |
Installation Count | 219 |
Current Version | 0.91 |
Last Updated | 2015-11-13 |
Publish Date | 2015-11-13 |
Rating | 3.29/5 Total 7 Ratings |
Developer | gz0220 |
Payment Type | free |
Extension Website | https://github.com/galziv/MutAd |
Help Page URL | https://github.com/galziv/MutAd |
Supported Languages | 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" ] } ] } |