Twitch Tools

Move twitch chat to the left side

什麼是Twitch Tools?

Twitch Tools是由https://nomercy.tv開發的Chrome擴展程式,該擴展的主要功能是“Move twitch chat to the left side”。

擴展截圖

screenshot

下載Twitch Tools擴展crx文件

下載Twitch Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you have twitch open on your right monitor? 
Move the Twitch chat to the left of your screen with one click.

More tools to come.

Feature requests are welcome.                    

擴展基本資訊

名稱 Twitch Tools Twitch Tools
ID hoolijiaaedceodofbgpogpalnofodgh
官方網址 https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh
簡介 Move twitch chat to the left side
檔案大小 12.65 KB
安裝次數 17
目前版本 1.0.2
更新時間 2022-04-12
上架時間 2022-04-12
評分 1.00/5 共 2 次評分
開發者 https://nomercy.tv
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool
說明頁面URL https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "48": "icons\/twitch-48x48.png"
        },
        "default_title": "Twitch Tools",
        "default_popup": "popup\/menu.html"
    },
    "name": "Twitch Tools",
    "description": "Move twitch chat to the left side",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/twitch-48x48.png",
        "128": "icons\/twitch-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "plugins\/*",
                "lib\/*",
                "popup\/*",
                "content\/*"
            ],
            "use_dynamic_url": true,
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}