Twitch Auto Bonus Claimer
Automatically claim your bonus on Twitch
What is Twitch Auto Bonus Claimer?
Twitch Auto Bonus Claimer is a Chrome extension developed by Doğukan Doğru, and its main feature is "Automatically claim your bonus on Twitch".
Extension Screenshots
Download Twitch Auto Bonus Claimer Extension CRX File
Download Twitch Auto Bonus Claimer 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 will claim your bonus on Twitch while you are enjoying the stream. This extension does not collect or store any of your data. Also you can check the project's Github page : https://github.com/dogukandogru/twtichautobonusclaimer
Extension Basic Information
Name | Twitch Auto Bonus Claimer |
ID | ddhkokekpijdobdjhlbldojfglknhjgp |
Official URL | https://chromewebstore.google.com/detail/twitch-auto-bonus-claimer/ddhkokekpijdobdjhlbldojfglknhjgp |
Description | Automatically claim your bonus on Twitch |
File Size | 10.78 KB |
Installation Count | 81 |
Current Version | 2 |
Last Updated | 2021-12-18 |
Publish Date | 2021-04-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Doğukan Doğru |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus Claimer", "description": "Automatically claim your bonus on Twitch", "version": "2", "manifest_version": 2, "permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "claimer.js" ], "all_frames": true } ], "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |