Disable Twitch extensions

Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels

什么是Disable Twitch extensions?

Disable Twitch extensions是由https://twitch-tools.rootonline.de开发的Chrome扩展程序,该扩展的主要功能是“Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels”。

扩展截图

screenshot
screenshot

下载Disable Twitch extensions扩展crx文件

下载Disable Twitch extensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to either disable / hide / block all Twitch channel extensions or just selected ones. There is also an option to only allow selected extensions to display.                    

扩展基本信息

名称 Disable Twitch extensions Disable Twitch extensions
ID nmogopjdbhhnbkiklkdahphkdpbjfine
官方URL https://chromewebstore.google.com/detail/disable-twitch-extensions/nmogopjdbhhnbkiklkdahphkdpbjfine
简介 Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels
文件大小 95.86 KB
安装次数 3,748
当前版本 0.6.0
更新时间 2023-06-30
上架时间 2021-08-03
评分 4.33/5 共12次评分
开发者 https://twitch-tools.rootonline.de
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Twitch extensions",
    "version": "0.6.0",
    "manifest_version": 3,
    "description": "Be able to disable \/ hide \/ block all or only certain Twitch extensions on Twitch channels",
    "homepage_url": "https:\/\/twitch-tools.rootonline.de\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.ext-twitch.tv\/*",
        "https:\/\/player.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/twitch-tools.rootonline.de"
    },
    "options_ui": {
        "page": "src\/options.html"
    },
    "action": {
        "browser_style": false,
        "default_popup": "src\/options.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}