Twitch Bonus AutoRedeemer
Redeems the little green box of bonus channel points automatically so you don't have to :)
What is Twitch Bonus AutoRedeemer?
Twitch Bonus AutoRedeemer is a Chrome extension developed by alex, and its main feature is "Redeems the little green box of bonus channel points automatically so you don't have to :)".
Extension Screenshots
Download Twitch Bonus AutoRedeemer Extension CRX File
Download Twitch Bonus AutoRedeemer 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 redeems bonus points for any Twitch channel you are currently watching
Extension Basic Information
Name | Twitch Bonus AutoRedeemer |
ID | kgikffepcmbceoekidaeghgkjlanieaj |
Official URL | https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj |
Description | Redeems the little green box of bonus channel points automatically so you don't have to :) |
File Size | 4.94 KB |
Installation Count | 20 |
Current Version | 1.0.2 |
Last Updated | 2021-05-24 |
Publish Date | 2020-09-23 |
Developer | alex |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Bonus AutoRedeemer", "version": "1.0.2", "description": "Redeems the little green box of bonus channel points automatically so you don't have to :)", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch-bonus-redeemer.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "incognito": "spanning", "manifest_version": 2 } |