Twitch Bot list
Shows twitch bots in different color.
Qu'est-ce que Twitch Bot list ?
Twitch Bot list est une extension Chrome développée par GiraffeSummer, et sa fonction principale est "Shows twitch bots in different color.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Bot list
Téléchargez les fichiers d'extension Twitch Bot list au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This add-on will change the colour of known twitch bots so you can tell who is a bot.
Informations de Base sur l'Extension
Nom | Twitch Bot list |
ID | ofajeflbcbafcbeglpmcodedeieocnpk |
URL Officiel | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
Description | Shows twitch bots in different color. |
Taille du Fichier | 17.69 KB |
Nombre d'Installations | 155 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-12-28 |
Date de Publication | 2020-12-28 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | GiraffeSummer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |