QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
什么是QuietAds?
QuietAds是由die4ever2005开发的Chrome扩展程序,该扩展的主要功能是“QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!”。
扩展截图
下载QuietAds扩展crx文件
下载QuietAds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
(Very early alpha version) Ads can be annoying, but you don't want to block them because then your favorite Twitch streamers and Youtube channels won't make any money. QuietAds will automatically lower the volume on Twitch and Youtube ads, and it will remember the volume you set for ads and for streams separately. Current default ad volume is 10%. Hulu support coming soon!
扩展基本信息
名称 | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
官方URL | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
简介 | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
文件大小 | 37.34 KB |
安装次数 | 325 |
当前版本 | 0.24 |
更新时间 | 2015-11-26 |
上架时间 | 2015-11-25 |
评分 | 3.84/5 共19次评分 |
开发者 | die4ever2005 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuietAds", "description": "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!", "version": "0.24", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "jquery-2.1.4.min.js", "script.js" ], "run_at": "document_idle" } ], "permissions": [ "storage" ] } |