Twitch Auto-Redeem Channel Points
Auto-redeems Twitch channel points rewards for you!
What is Twitch Auto-Redeem Channel Points?
Twitch Auto-Redeem Channel Points is a Chrome extension developed by techno, and its main feature is "Auto-redeems Twitch channel points rewards for you!".
Extension Screenshots
Download Twitch Auto-Redeem Channel Points Extension CRX File
Download Twitch Auto-Redeem 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
⚠ This extension is no longer being maintained ⚠ Auto-redeem your 15 minute Twitch channel points with the nicest GUI out of all other similar extensions! We also keep track of how many rewards you've redeem since installation with some little Easter eggs for you to unlock 😉! If you have any recommendations or ideas for future updates, please feel free to email me by clicking the "Contact the developer" button!
Extension Basic Information
Name | Twitch Auto-Redeem Channel Points |
ID | lggkblkmildmnfpgbhlggfalgpkmojpf |
Official URL | https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf |
Description | Auto-redeems Twitch channel points rewards for you! |
File Size | 1.58 MB |
Installation Count | 7,334 |
Current Version | 1.4.1 |
Last Updated | 2023-07-07 |
Publish Date | 2020-10-04 |
Rating | 4.64/5 Total 11 Ratings |
Developer | techno |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto-Redeem Channel Points", "version": "1.4.1", "description": "Auto-redeems Twitch channel points rewards for you!", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "js\/redeem.js" ] } ], "browser_action": { "default_popup": "menu.html" }, "icons": { "120": "static\/icon.png" } } |