Twitch Bot list

Shows twitch bots in different color.

What is Twitch Bot list?

Twitch Bot list is a Chrome extension developed by GiraffeSummer, and its main feature is "Shows twitch bots in different color.".

Extension Screenshots

screenshot

Download Twitch Bot list Extension CRX File

Download Twitch Bot list extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitch Bot list Twitch Bot list
ID ofajeflbcbafcbeglpmcodedeieocnpk
Official URL https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk
Description Shows twitch bots in different color.
File Size 17.69 KB
Installation Count 155
Current Version 1.1
Last Updated 2020-12-28
Publish Date 2020-12-28
Rating 3.00/5 Total 2 Ratings
Developer GiraffeSummer
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}