QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
Hvad er QuietAds?
QuietAds er en Chrome-udvidelse udviklet af die4ever2005, og dens hovedfunktion er "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!".
Udvidelsesskærmbilleder
Download QuietAds-udvidelses-CRX-fil
Download QuietAds-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
(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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
Officiel URL | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
Beskrivelse | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
Filstørrelse | 37.34 KB |
Antal Installationer | 325 |
Nuværende Version | 0.24 |
Senest Opdateret | 2015-11-26 |
Udgivelsesdato | 2015-11-25 |
Bedømmelse | 3.84/5 Samlet 19 Bedømmelser |
Udvikler | die4ever2005 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |