QuietAds

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

Co to jest QuietAds?

QuietAds to rozszerzenie Chrome opracowane przez die4ever2005, a jego główną funkcją jest „QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia QuietAds

Pobierz pliki rozszerzeń QuietAds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa QuietAds QuietAds
ID hbchdcohponnnjbicnlmhimhidadafmj
Oficjalny URL https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj
Opis QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
Rozmiar pliku 37.34 KB
Liczba instalacji 325
Aktualna Wersja 0.24
Ostatnia Aktualizacja 2015-11-26
Data Publikacji 2015-11-25
Ocena 3.84/5 Łącznie 19 Oceny
Deweloper die4ever2005
Typ Płatności free
Obsługiwane Języki 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"
    ]
}