Twitch Bot list
Shows twitch bots in different color.
Cos'è Twitch Bot list?
Twitch Bot list è un'estensione di Chrome sviluppata da GiraffeSummer, e la sua funzione principale è "Shows twitch bots in different color.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Bot list
Scarica i file di estensione Twitch Bot list in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This add-on will change the colour of known twitch bots so you can tell who is a bot. Informazioni di Base sull'Estensione
| Nome | |
| ID | ofajeflbcbafcbeglpmcodedeieocnpk |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
| Descrizione | Shows twitch bots in different color. |
| Dimensione del File | 17.69 KB |
| Conteggio Installazioni | 155 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-12-28 |
| Data di Pubblicazione | 2020-12-28 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | GiraffeSummer |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
}
} | |