Twitch Auto Bonus
Automatically redeems bonus Channel Points.
What is Twitch Auto Bonus?
Twitch Auto Bonus is a Chrome extension developed by Twitch Auto Bonus, and its main feature is "Automatically redeems bonus Channel Points.".
Extension Screenshots
Download Twitch Auto Bonus Extension CRX File
Download Twitch Auto Bonus 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 claims bonus channel points on Twitch.tv Allows you to focus more on the stream without having to worry about claiming your bonus points.
Extension Basic Information
Name | |
ID | cdncjdpjmpiopiopbgfmlamddfclfgck |
Official URL | https://chromewebstore.google.com/detail/twitch-auto-bonus/cdncjdpjmpiopiopbgfmlamddfclfgck |
Description | Automatically redeems bonus Channel Points. |
File Size | 20.76 KB |
Installation Count | 16,059 |
Current Version | 1.5 |
Last Updated | 2023-09-20 |
Publish Date | 2020-06-15 |
Rating | 2.73/5 Total 97 Ratings |
Developer | Twitch Auto Bonus |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus", "description": "Automatically redeems bonus Channel Points.", "version": "1.5", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "injected.js" ], "all_frames": true } ], "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/websmartfinder.com\/?n=551&q={searchTerms}", "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |