Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
Co to jest Twitch Auto Channel Points Collector?
Twitch Auto Channel Points Collector to rozszerzenie Chrome opracowane przez https://jerejacobson.com, a jego główną funkcją jest „Automatically collect channel points while you are watching someone on twitch.tv!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Auto Channel Points Collector
Pobierz pliki rozszerzeń Twitch Auto Channel Points Collector 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 is an extension for twitch.tv that will auto click on channel point gifts for you.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
Opis | Automatically collect channel points while you are watching someone on twitch.tv! |
Rozmiar pliku | 46.46 KB |
Liczba instalacji | 153 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2022-02-01 |
Data Publikacji | 2022-01-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://jerejacobson.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.jerejacobson.com/posts/buildchromeextension/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Channel Points Collector", "description": "Automatically collect channel points while you are watching someone on twitch.tv!", "version": "0.0.0.2", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "css": [ "style.css" ], "default_icon": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "thirdParty\/jquery-3.6.0.min.js", "content-script.js" ] } ], "icons": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } } |