Twitch Channel Points Auto Clicker
Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
什么是Twitch Channel Points Auto Clicker?
Twitch Channel Points Auto Clicker是由https://raven.fo开发的Chrome扩展程序,该扩展的主要功能是“Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.”。
扩展截图
下载Twitch Channel Points Auto Clicker扩展crx文件
下载Twitch Channel Points Auto Clicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace. Make sure to refresh Twitch after installing the extension.
扩展基本信息
名称 | Twitch Channel Points Auto Clicker |
ID | jdpblpklojajpopllbckephjndibljbc |
官方URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc |
简介 | Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace. |
文件大小 | 86.97 KB |
安装次数 | 154,328 |
当前版本 | 0.0.13 |
更新时间 | 2022-06-18 |
上架时间 | 2020-06-17 |
评分 | 4.16/5 共152次评分 |
开发者 | https://raven.fo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Auto Clicker", "short_name": "TCPAC", "version": "0.0.13", "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "badge.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |