QuietAds

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

QuietAds क्या है?

QuietAds die4ever2005 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QuietAds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम QuietAds QuietAds
ID hbchdcohponnnjbicnlmhimhidadafmj
आधिकारिक URL https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj
विवरण QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
फ़ाइल का आकार 37.34 KB
स्थापना संख्या 325
वर्तमान संस्करण 0.24
अंतिम अपडेट 2015-11-26
प्रकाशन तिथि 2015-11-25
रेटिंग 3.84/5 कुल 19 रेटिंग्स
डेवलपर die4ever2005
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}