QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
Wat is QuietAds?
QuietAds is een Chrome-extensie ontwikkeld door die4ever2005, en de belangrijkste functie is "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!".
Extensie Screenshots
Download het CRX-bestand van de extensie QuietAds
Download QuietAds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
(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!
Basisinformatie over de Extensie
Naam | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
Officiële URL | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
Beschrijving | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
Bestandsgrootte | 37.34 KB |
Aantal Installaties | 325 |
Huidige Versie | 0.24 |
Laatst Bijgewerkt | 2015-11-26 |
Publicatiedatum | 2015-11-25 |
Beoordeling | 3.84/5 Totaal 19 Beoordelingen |
Ontwikkelaar | die4ever2005 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |