Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
Co je Twitch Auto Channel Points Collector?
Twitch Auto Channel Points Collector je rozšíření Chrome vyvinuté https://jerejacobson.com, a jeho hlavní funkcí je „Automatically collect channel points while you are watching someone on twitch.tv!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Auto Channel Points Collector
Stáhněte si soubory rozšíření Twitch Auto Channel Points Collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is an extension for twitch.tv that will auto click on channel point gifts for you.
Základní Informace o Rozšíření
Název | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
Popis | Automatically collect channel points while you are watching someone on twitch.tv! |
Velikost souboru | 46.46 KB |
Počet instalací | 153 |
Aktuální Verze | 0.0.0.2 |
Poslední Aktualizace | 2022-02-01 |
Datum Vydání | 2022-01-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://jerejacobson.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.jerejacobson.com/posts/buildchromeextension/ |
Podporované Jazyky | 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" } } |