Twitch Bot list
Shows twitch bots in different color.
Wat is Twitch Bot list?
Twitch Bot list is een Chrome-extensie ontwikkeld door GiraffeSummer, en de belangrijkste functie is "Shows twitch bots in different color.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Bot list
Download Twitch Bot list-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This add-on will change the colour of known twitch bots so you can tell who is a bot.
Basisinformatie over de Extensie
Naam | Twitch Bot list |
ID | ofajeflbcbafcbeglpmcodedeieocnpk |
Officiële URL | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
Beschrijving | Shows twitch bots in different color. |
Bestandsgrootte | 17.69 KB |
Aantal Installaties | 155 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-12-28 |
Publicatiedatum | 2020-12-28 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | GiraffeSummer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |