QuietAds

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

什麼是QuietAds?

QuietAds是由die4ever2005開發的Chrome擴展程式,該擴展的主要功能是“QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!”。

擴展截圖

screenshot
screenshot

下載QuietAds擴展crx文件

下載QuietAds擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        (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
官方網址 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"
    ]
}