EZ Twitch Channel Points Claimer
EZ Channel Points For The Boys 😎
什么是EZ Twitch Channel Points Claimer?
EZ Twitch Channel Points Claimer是由Wilzzu开发的Chrome扩展程序,该扩展的主要功能是“EZ Channel Points For The Boys 😎”。
扩展截图
下载EZ Twitch Channel Points Claimer扩展crx文件
下载EZ Twitch Channel Points Claimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | EZ Twitch Channel Points Claimer |
ID | jlblbpbiclaccdameiejbfhgfilldmde |
官方URL | https://chromewebstore.google.com/detail/ez-twitch-channel-points/jlblbpbiclaccdameiejbfhgfilldmde |
简介 | EZ Channel Points For The Boys 😎 |
文件大小 | 58.81 KB |
安装次数 | 65 |
当前版本 | 1.0.8 |
更新时间 | 2022-02-10 |
上架时间 | 2021-05-18 |
开发者 | Wilzzu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |