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
官方URL 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\/*"
            ]
        }
    ]
}