Twitch Bot list
Shows twitch bots in different color.
Hvad er Twitch Bot list?
Twitch Bot list er en Chrome-udvidelse udviklet af GiraffeSummer, og dens hovedfunktion er "Shows twitch bots in different color.".
Udvidelsesskærmbilleder
Download Twitch Bot list-udvidelses-CRX-fil
Download Twitch Bot list-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This add-on will change the colour of known twitch bots so you can tell who is a bot.
Grundlæggende oplysninger om udvidelsen
Navn | Twitch Bot list |
ID | ofajeflbcbafcbeglpmcodedeieocnpk |
Officiel URL | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
Beskrivelse | Shows twitch bots in different color. |
Filstørrelse | 17.69 KB |
Antal Installationer | 155 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-12-28 |
Udgivelsesdato | 2020-12-28 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | GiraffeSummer |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |