QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
Apa itu QuietAds?
QuietAds adalah ekstensi Chrome yang dikembangkan oleh die4ever2005, dan fitur utamanya adalah "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QuietAds
Unduh file ekstensi QuietAds dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
(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!
Informasi Dasar Ekstensi
Nama | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
URL Resmi | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
Deskripsi | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
Ukuran File | 37.34 KB |
Jumlah Instalasi | 325 |
Versi Saat Ini | 0.24 |
Terakhir Diperbarui | 2015-11-26 |
Tanggal Publikasi | 2015-11-25 |
Penilaian | 3.84/5 Total 19 Penilaian |
Pengembang | die4ever2005 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |