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