Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
Wat is Twitch Auto Channel Points Collector?
Twitch Auto Channel Points Collector is een Chrome-extensie ontwikkeld door https://jerejacobson.com, en de belangrijkste functie is "Automatically collect channel points while you are watching someone on twitch.tv!".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Auto Channel Points Collector
Download Twitch Auto Channel Points Collector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is an extension for twitch.tv that will auto click on channel point gifts for you.
Basisinformatie over de Extensie
Naam | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
Officiële URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
Beschrijving | Automatically collect channel points while you are watching someone on twitch.tv! |
Bestandsgrootte | 46.46 KB |
Aantal Installaties | 153 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2022-02-01 |
Publicatiedatum | 2022-01-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://jerejacobson.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.jerejacobson.com/posts/buildchromeextension/ |
Ondersteunde Talen | 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" } } |