Twitch Points Farmer
Farm twitch points on idle, automatically claims bonus chess.
Co to jest Twitch Points Farmer?
Twitch Points Farmer to rozszerzenie Chrome opracowane przez jandr3s258, a jego główną funkcją jest „Farm twitch points on idle, automatically claims bonus chess.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Points Farmer
Pobierz pliki rozszerzeń Twitch Points Farmer 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
Tool to farm twitch points. Features: - Auto collect bonus chess.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Points Farmer |
ID | eahhglkfcalkafpgpceilaafdechkdad |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-points-farmer/eahhglkfcalkafpgpceilaafdechkdad |
Opis | Farm twitch points on idle, automatically claims bonus chess. |
Rozmiar pliku | 34.16 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-04-02 |
Data Publikacji | 2023-04-01 |
Deweloper | jandr3s258 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Points Farmer", "description": "Farm twitch points on idle, automatically claims bonus chess.", "version": "1.1", "manifest_version": 3, "host_permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "src\/main.js" ], "all_frames": true } ], "icons": { "32": "assets\/logo\/32.png", "48": "assets\/logo\/48.png", "64": "assets\/logo\/64.png" } } |