Twitch gift auto clicker
Auto click to claim +50 bonus channel points.
What is Twitch gift auto clicker?
Twitch gift auto clicker is a Chrome extension developed by Nikita Madeev, and its main feature is "Auto click to claim +50 bonus channel points.".
Extension Screenshots
Download Twitch gift auto clicker Extension CRX File
Download Twitch gift auto clicker 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
Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears. ——————————————————— Source code and bug tracker https://github.com/NekitCorp/twitch-gift-auto-clicker
Extension Basic Information
Name | Twitch gift auto clicker |
ID | bpmlmokbcfjnjodihdnobmaphhdoepdb |
Official URL | https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb |
Description | Auto click to claim +50 bonus channel points. |
File Size | 8 KB |
Installation Count | 46 |
Current Version | 2.2.0 |
Last Updated | 2023-10-19 |
Publish Date | 2023-05-06 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Nikita Madeev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/NekitCorp/twitch-gift-auto-clicker |
Help Page URL | https://github.com/NekitCorp/twitch-gift-auto-clicker |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch gift auto clicker", "description": "Auto click to claim +50 bonus channel points.", "version": "2.2.0", "manifest_version": 3, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "128": ".\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |