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
Eメール [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\/*"
            ]
        }
    ]
}