Earn Twitch Points
Twitch live points auto click
What is Earn Twitch Points?
Earn Twitch Points is a Chrome extension developed by https://writecode.studio, and its main feature is "Twitch live points auto click".
Extension Screenshots
Download Earn Twitch Points Extension CRX File
Download Earn Twitch 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
Auto click on twitch points button. Use this extension to earn the extra points automatic when you watch a livestream, you only need keep open the stream in the browser.
Extension Basic Information
Name | Earn Twitch Points |
ID | bimlgjfdjedodphdolppgkefieghncgp |
Official URL | https://chromewebstore.google.com/detail/earn-twitch-points/bimlgjfdjedodphdolppgkefieghncgp |
Description | Twitch live points auto click |
File Size | 1.32 MB |
Installation Count | 278 |
Current Version | 1.0.4 |
Last Updated | 2023-10-12 |
Publish Date | 2020-12-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://writecode.studio |
[email protected] | |
Payment Type | free |
Extension Website | http://twitch.writecode.studio/ |
Help Page URL | http://twitch.writecode.studio/ |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/live/d418847d-1687-46bf-bbe1-20cbae52455a |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Earn Twitch Points", "version": "1.0.4", "description": "Twitch live points auto click", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "src\/index.js" ] } ], "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "manifest_version": 2 } |