Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
What is Twitch Auto Channel Points Collector?
Twitch Auto Channel Points Collector is a Chrome extension developed by https://jerejacobson.com, and its main feature is "Automatically collect channel points while you are watching someone on twitch.tv!".
Extension Screenshots
Download Twitch Auto Channel Points Collector Extension CRX File
Download Twitch Auto Channel Points Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is an extension for twitch.tv that will auto click on channel point gifts for you.
Extension Basic Information
Name | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
Official URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
Description | Automatically collect channel points while you are watching someone on twitch.tv! |
File Size | 46.46 KB |
Installation Count | 153 |
Current Version | 0.0.0.2 |
Last Updated | 2022-02-01 |
Publish Date | 2022-01-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://jerejacobson.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.jerejacobson.com/posts/buildchromeextension/ |
Supported Languages | 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" } } |