Tinker for Twitch

Control visual elements of Twitch.tv

什么是Tinker for Twitch?

Tinker for Twitch是由matou.io开发的Chrome扩展程序,该扩展的主要功能是“Control visual elements of Twitch.tv”。

扩展截图

screenshot
screenshot

下载Tinker for Twitch扩展crx文件

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

扩展使用说明

                        Give yourself more control over what is displayed on Twitch. Tinker allows you to toggle visual elements of Twitch so you can get rid of distracting or unwanted elements.

Tinker allows you to hide elements such as:
- Recommended channels
- Twitch prime elements
- Notifications
- Private messages

Tinker is still an active development so any feedback or issues can be reported here: https://github.com/matoululu/Tinker/issues                    

扩展基本信息

名称 Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
官方URL https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
简介 Control visual elements of Twitch.tv
文件大小 22.43 KB
安装次数 36
当前版本 2.5.4
更新时间 2020-03-23
上架时间 2020-03-23
评分 5.00/5 共2次评分
开发者 matou.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/matoululu/Tinker
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinker for Twitch",
    "short_name": "Tinker",
    "version": "2.5.4",
    "description": "Control visual elements of Twitch.tv",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "override.css"
            ],
            "js": [
                "chromestorageservice.js",
                "override.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}