Twitch channel points auto clicker
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Co to jest Twitch channel points auto clicker?
Twitch channel points auto clicker to rozszerzenie Chrome opracowane przez ugo.P, a jego główną funkcją jest „Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch channel points auto clicker
Pobierz pliki rozszerzeń Twitch channel points auto clicker 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
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pcpdcimepgbgcaeaapkhllpompmmefod |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod |
Opis | Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of… |
Rozmiar pliku | 5.56 KB |
Liczba instalacji | 162 |
Aktualna Wersja | 1.15 |
Ostatnia Aktualizacja | 2022-01-30 |
Data Publikacji | 2020-12-31 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | ugo.P |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch channel points auto clicker", "version": "1.15", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "ClickLoop.js", "Style.js", "CountDown.js" ] } ] } |