QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
Was ist QuietAds?
QuietAds ist eine Chrome-Erweiterung, die von die4ever2005 entwickelt wurde, und ihr Hauptmerkmal ist "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!".
Erweiterungsscreenshots
QuietAds-Erweiterungs-CRX-Datei herunterladen
Laden Sie QuietAds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
(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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
Offizielle URL | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
Beschreibung | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
Dateigröße | 37.34 KB |
Installationsanzahl | 325 |
Aktuelle Version | 0.24 |
Letztes Update | 2015-11-26 |
Veröffentlichungsdatum | 2015-11-25 |
Bewertung | 3.84/5 Insgesamt 19 Bewertungen |
Entwickler | die4ever2005 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |