EZ Twitch Channel Points Claimer
EZ Channel Points For The Boys 😎
What is EZ Twitch Channel Points Claimer?
EZ Twitch Channel Points Claimer is a Chrome extension developed by Wilzzu, and its main feature is "EZ Channel Points For The Boys 😎".
Extension Screenshots
Download EZ Twitch Channel Points Claimer Extension CRX File
Download EZ Twitch Channel Points 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
Always up-to-date channel points autoclicker for Twitch! EZ Twitch Channel Points Claimer automatically claims channel points for you. Watch either one or multiple channels at once and the extension will claim points from all of them. You don't even need to be focused on the stream, just leave the it on the background and the extension keeps claiming the points. Whenever Twitch updates, auto claimer extensions will most likely not function correctly for a short while. Our extension will work within the next 24 hours from such update, making it be almost always up-to-date. Just install the extension, update the page and let the channel points flow! Latest update: February 8th, 2021
Extension Basic Information
Name | EZ Twitch Channel Points Claimer |
ID | jlblbpbiclaccdameiejbfhgfilldmde |
Official URL | https://chromewebstore.google.com/detail/ez-twitch-channel-points/jlblbpbiclaccdameiejbfhgfilldmde |
Description | EZ Channel Points For The Boys 😎 |
File Size | 58.81 KB |
Installation Count | 65 |
Current Version | 1.0.8 |
Last Updated | 2022-02-10 |
Publish Date | 2021-05-18 |
Developer | Wilzzu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZ Twitch Channel Points Claimer", "version": "1.0.8", "manifest_version": 3, "description": "EZ Channel Points For The Boys \ud83d\ude0e", "icons": { "16": "icon3.png", "48": "icon2.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |