Twitch Points Chest Clicker
Clicks the twitch points chest automatically for you.
什么是Twitch Points Chest Clicker?
Twitch Points Chest Clicker是由Clinton开发的Chrome扩展程序,该扩展的主要功能是“Clicks the twitch points chest automatically for you.”。
扩展截图
下载Twitch Points Chest Clicker扩展crx文件
下载Twitch Points Chest Clicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically clicks the points chest for twitch streams. Checks every 15 seconds.
扩展基本信息
名称 | |
ID | lmnekimpcncfaincbkgnbmbjcnkncpff |
官方URL | https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff |
简介 | Clicks the twitch points chest automatically for you. |
文件大小 | 18.34 KB |
安装次数 | 91 |
当前版本 | 0.3 |
更新时间 | 2020-12-21 |
上架时间 | 2020-05-02 |
开发者 | Clinton |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Points Chest Clicker", "version": "0.3", "description": "Clicks the twitch points chest automatically for you.", "icons": { "48": "icons\/treasure_Chest_48.png", "96": "icons\/treasure_Chest_96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch_points.js" ] } ] } |