Twich.tv: Auto-Point Claimer
An easy and automatic way to claim Channel Points for twitch.tv.
什么是Twich.tv: Auto-Point Claimer?
Twich.tv: Auto-Point Claimer是由LorenKociko开发的Chrome扩展程序,该扩展的主要功能是“An easy and automatic way to claim Channel Points for twitch.tv.”。
扩展截图
下载Twich.tv: Auto-Point Claimer扩展crx文件
下载Twich.tv: Auto-Point Claimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An easy and automatic way to claim Channel Points for twitch.tv. This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.
扩展基本信息
名称 | Twich.tv: Auto-Point Claimer |
ID | dfjjoleblddbjilmihenpcpjkndamphe |
官方URL | https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe |
简介 | An easy and automatic way to claim Channel Points for twitch.tv. |
文件大小 | 260 KB |
安装次数 | 3,577 |
当前版本 | 1.0 |
更新时间 | 2022-02-27 |
上架时间 | 2022-02-24 |
评分 | 5.00/5 共5次评分 |
开发者 | LorenKociko |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twich.tv: Auto-Point Claimer", "description": "An easy and automatic way to claim Channel Points for twitch.tv.", "version": "1.0", "background": { "service_worker": "background.js" }, "icons": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "action": { "default_icon": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "default_popup": "index.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ] } ] } |