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…
什么是MutAd?
MutAd是由gz0220开发的Chrome扩展程序,该扩展的主要功能是“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…”。
扩展截图
下载MutAd扩展crx文件
下载MutAd扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | MutAd |
ID | bbndenojlngeajgkbkgfdfohgomgbibd |
官方URL | https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd |
简介 | 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… |
文件大小 | 10.73 KB |
安装次数 | 219 |
当前版本 | 0.91 |
更新时间 | 2015-11-13 |
上架时间 | 2015-11-13 |
评分 | 3.29/5 共7次评分 |
开发者 | gz0220 |
付费类型 | free |
扩展官网 | https://github.com/galziv/MutAd |
帮助页面URL | https://github.com/galziv/MutAd |
支持的语言 | 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" ] } ] } |