Twitch Bot list
Shows twitch bots in different color.
Apa itu Twitch Bot list?
Twitch Bot list adalah ekstensi Chrome yang dikembangkan oleh GiraffeSummer, dan fitur utamanya adalah "Shows twitch bots in different color.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Bot list
Unduh file ekstensi Twitch Bot list dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This add-on will change the colour of known twitch bots so you can tell who is a bot.
Informasi Dasar Ekstensi
Nama | Twitch Bot list |
ID | ofajeflbcbafcbeglpmcodedeieocnpk |
URL Resmi | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
Deskripsi | Shows twitch bots in different color. |
Ukuran File | 17.69 KB |
Jumlah Instalasi | 155 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-12-28 |
Tanggal Publikasi | 2020-12-28 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | GiraffeSummer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |