Twitch - Auto Claim Points(忠誠點數)
Automatically claim the bonus channel points when the option pops up in twitch chat.
What is Twitch - Auto Claim Points(忠誠點數)?
Twitch - Auto Claim Points(忠誠點數) is a Chrome extension developed by ITyouG, and its main feature is "Automatically claim the bonus channel points when the option pops up in twitch chat.".
Extension Screenshots
Download Twitch - Auto Claim Points(忠誠點數) Extension CRX File
Download Twitch - Auto Claim 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
Automatically claim the bonus channel points when the option pops up in twitch chat. This extension will redeem the bonus points from Twitch Channel Points that are given to viewers during live streams each 15 minutes. Source code:https://github.com/ITyouG/Auto-Claim-Twitch-Points
Extension Basic Information
Name | Twitch - Auto Claim Points(忠誠點數) |
ID | gjhoghnlnfbcacnbfagcbfdmjejebaje |
Official URL | https://chromewebstore.google.com/detail/twitch-auto-claim-points%E5%BF%A0/gjhoghnlnfbcacnbfagcbfdmjejebaje |
Description | Automatically claim the bonus channel points when the option pops up in twitch chat. |
File Size | 6.07 KB |
Installation Count | 674 |
Current Version | 1.0.0 |
Last Updated | 2021-11-03 |
Publish Date | 2021-03-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | ITyouG |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch - Auto Claim Points(\u5fe0\u8aa0\u9ede\u6578)", "description": "Automatically claim the bonus channel points when the option pops up in twitch chat.", "version": "1.0.0", "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": [ "injected.js" ], "all_frames": true } ], "icons": { "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png" } } |