QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
What is QuietAds?
QuietAds is a Chrome extension developed by die4ever2005, and its main feature is "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!".
Extension Screenshots
Download QuietAds Extension CRX File
Download QuietAds 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
(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!
Extension Basic Information
Name | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
Official URL | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
Description | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
File Size | 37.34 KB |
Installation Count | 325 |
Current Version | 0.24 |
Last Updated | 2015-11-26 |
Publish Date | 2015-11-25 |
Rating | 3.84/5 Total 19 Ratings |
Developer | die4ever2005 |
Payment Type | free |
Supported Languages | 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" ] } |