Twitch - Auto Channel Points
Automatically collects Twitch.tv channel points
What is Twitch - Auto Channel Points?
Twitch - Auto Channel Points is a Chrome extension developed by arnoutpullen, and its main feature is "Automatically collects Twitch.tv channel points".
Extension Screenshots
Download Twitch - Auto Channel Points Extension CRX File
Download Twitch - Auto Channel Points 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
Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)! If it doesn't work on your browser, I recommed to try the BetterTTV extension. https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped
Extension Basic Information
Name | Twitch - Auto Channel Points |
ID | pnifeididimfpaomnnellcfjnjmgoepk |
Official URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk |
Description | Automatically collects Twitch.tv channel points |
File Size | 19.93 KB |
Installation Count | 14,799 |
Current Version | 1.0.2 |
Last Updated | 2022-01-27 |
Publish Date | 2020-04-07 |
Rating | 2.86/5 Total 36 Ratings |
Developer | arnoutpullen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ArnoutPullen/TwitchAutoChannelPoints |
Help Page URL | https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch - Auto Channel Points", "description": "Automatically collects Twitch.tv channel points", "version": "1.0.2", "author": "Arnout Pullen", "content_scripts": [ { "js": [ "sites\/twitch\/twitch.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "icons": { "128": "assets\/icons\/icon-128x128.png", "16": "assets\/icons\/icon-16x16.png", "32": "assets\/icons\/icon-32x32.png", "48": "assets\/icons\/icon-48x48.png" } } |