Twich.tv: Auto-Point Claimer
An easy and automatic way to claim Channel Points for twitch.tv.
What is Twich.tv: Auto-Point Claimer?
Twich.tv: Auto-Point Claimer is a Chrome extension developed by LorenKociko, and its main feature is "An easy and automatic way to claim Channel Points for twitch.tv.".
Extension Screenshots
Download Twich.tv: Auto-Point Claimer Extension CRX File
Download Twich.tv: Auto-Point 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
An easy and automatic way to claim Channel Points for twitch.tv. This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.
Extension Basic Information
Name | Twich.tv: Auto-Point Claimer |
ID | dfjjoleblddbjilmihenpcpjkndamphe |
Official URL | https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe |
Description | An easy and automatic way to claim Channel Points for twitch.tv. |
File Size | 260 KB |
Installation Count | 3,577 |
Current Version | 1.0 |
Last Updated | 2022-02-27 |
Publish Date | 2022-02-24 |
Rating | 5.00/5 Total 5 Ratings |
Developer | LorenKociko |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twich.tv: Auto-Point Claimer", "description": "An easy and automatic way to claim Channel Points for twitch.tv.", "version": "1.0", "background": { "service_worker": "background.js" }, "icons": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "action": { "default_icon": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "default_popup": "index.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ] } ] } |