Twitch Bot list
Shows twitch bots in different color.
Co to jest Twitch Bot list?
Twitch Bot list to rozszerzenie Chrome opracowane przez GiraffeSummer, a jego główną funkcją jest „Shows twitch bots in different color.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Bot list
Pobierz pliki rozszerzeń Twitch Bot list w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This add-on will change the colour of known twitch bots so you can tell who is a bot. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ofajeflbcbafcbeglpmcodedeieocnpk |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
| Opis | Shows twitch bots in different color. |
| Rozmiar pliku | 17.69 KB |
| Liczba instalacji | 155 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2020-12-28 |
| Data Publikacji | 2020-12-28 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | GiraffeSummer |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
} | |