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
官方URL 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
    }
}