Earn Twitch Points
Twitch live points auto click
什么是Earn Twitch Points?
Earn Twitch Points是由https://writecode.studio开发的Chrome扩展程序,该扩展的主要功能是“Twitch live points auto click”。
扩展截图
下载Earn Twitch Points扩展crx文件
下载Earn Twitch Points扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | bimlgjfdjedodphdolppgkefieghncgp |
| 官方URL | https://chromewebstore.google.com/detail/earn-twitch-points/bimlgjfdjedodphdolppgkefieghncgp |
| 简介 | Twitch live points auto click |
| 文件大小 | 1.32 MB |
| 安装次数 | 278 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2023-10-12 |
| 上架时间 | 2020-12-15 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://writecode.studio |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://twitch.writecode.studio/ |
| 帮助页面URL | http://twitch.writecode.studio/ |
| 隐私政策页面URL | https://www.freeprivacypolicy.com/live/d418847d-1687-46bf-bbe1-20cbae52455a |
| 支持的语言 | 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
} | |