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
Eメール [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"
    }
}