Twitch Ad Muter

Mutes Twitch tabs when ads roll

什麼是Twitch Ad Muter?

Twitch Ad Muter是由sylqis開發的Chrome擴展程式,該擴展的主要功能是“Mutes Twitch tabs when ads roll”。

擴展截圖

screenshot

下載Twitch Ad Muter擴展crx文件

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

擴展使用說明

                        Twitch's obnoxiously loud ads will get automatically muted by this extension so you don't wake up your entire house because you wanted to watch Clint Stevens at 4 AM                    

擴展基本資訊

名稱 Twitch Ad Muter Twitch Ad Muter
ID onnniedjlchmaadhlkecfkikephcceed
官方網址 https://chromewebstore.google.com/detail/twitch-ad-muter/onnniedjlchmaadhlkecfkikephcceed
簡介 Mutes Twitch tabs when ads roll
檔案大小 37.77 KB
安裝次數 4,000
目前版本 0.92
更新時間 2020-12-29
上架時間 2020-12-23
評分 4.55/5 共 38 次評分
開發者 sylqis
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Ad Muter",
    "version": "0.92",
    "description": "Mutes Twitch tabs when ads roll",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "images\/pop_mute_16.png",
        "32": "images\/pop_mute_32.png",
        "48": "images\/pop_mute_48.png",
        "128": "images\/pop_mute_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}