Twitch Bot list

Shows twitch bots in different color.

Vad är Twitch Bot list?

Twitch Bot list är en Chrome-tillägg utvecklad av GiraffeSummer, och dess huvudfunktion är "Shows twitch bots in different color.".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch Bot list-förlängningens CRX-fil

Ladda ner Twitch Bot list-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Twitch Bot list Twitch Bot list
ID ofajeflbcbafcbeglpmcodedeieocnpk
Officiell webbadress https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk
Beskrivning Shows twitch bots in different color.
Filstorlek 17.69 KB
Antal Installationer 155
Aktuell Version 1.1
Senast Uppdaterad 2020-12-28
Publiceringsdatum 2020-12-28
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare GiraffeSummer
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}