QuietAds

QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!

Cos'è QuietAds?

QuietAds è un'estensione di Chrome sviluppata da die4ever2005, e la sua funzione principale è "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QuietAds

Scarica i file di estensione QuietAds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        (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!                    

Informazioni di Base sull'Estensione

Nome QuietAds QuietAds
ID hbchdcohponnnjbicnlmhimhidadafmj
URL Ufficiale https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj
Descrizione QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
Dimensione del File 37.34 KB
Conteggio Installazioni 325
Versione Corrente 0.24
Ultimo Aggiornamento 2015-11-26
Data di Pubblicazione 2015-11-25
Valutazione 3.84/5 Totale 19 Valutazioni
Sviluppatore die4ever2005
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}