Twitch Bot list

Shows twitch bots in different color.

Twitch Bot listとは何ですか?

Twitch Bot listはGiraffeSummerによって開発されたChromeの拡張機能で、その主な機能は「Shows twitch bots in different color.」です。

拡張機能のスクリーンショット

screenshot

Twitch Bot list拡張機能のCRXファイルをダウンロード

Twitch Bot list拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This add-on will change the colour of known twitch bots so you can tell who is a bot.                    

拡張機能の基本情報

名前 Twitch Bot list Twitch Bot list
ID ofajeflbcbafcbeglpmcodedeieocnpk
公式URL https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk
説明 Shows twitch bots in different color.
ファイルサイズ 17.69 KB
インストール数 155
現在のバージョン 1.1
最終更新日 2020-12-28
公開日 2020-12-28
評価 3.00/5 合計 2 レビュー
開発者 GiraffeSummer
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Bot list",
    "version": "1.1",
    "description": "Shows twitch bots in different color.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "256": "icons\/icon350.png",
        "48": "icons\/icon350.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_icon": {
            "256": "icons\/icon350.png"
        }
    }
}