Twitch Auto Channel Points
Automatically collects twitch channel points for you!
什么是Twitch Auto Channel Points?
Twitch Auto Channel Points是由joelkerfoot开发的Chrome扩展程序,该扩展的主要功能是“Automatically collects twitch channel points for you!”。
扩展截图
下载Twitch Auto Channel Points扩展crx文件
下载Twitch Auto Channel Points扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically claims Channel Points on all twitch streams.
Works on multiple tabs.
View the source: https://github.com/kerfootj/twitch-auto-points 扩展基本信息
| 名称 | |
| ID | ohokfmiofkajalkbbdjbjlfbociflmfd |
| 官方URL | https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd |
| 简介 | Automatically collects twitch channel points for you! |
| 文件大小 | 6.07 KB |
| 安装次数 | 20,000 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-01-13 |
| 上架时间 | 2020-01-13 |
| 评分 | 3.69/5 共26次评分 |
| 开发者 | joelkerfoot |
| 付费类型 | free |
| 扩展官网 | https://github.com/kerfootj/twitch-auto-points |
| 帮助页面URL | https://github.com/kerfootj/twitch-auto-points/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch Auto Channel Points",
"version": "1.0.0",
"description": "Automatically collects twitch channel points for you!",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"points.js"
]
}
],
"icons": {
"128": "icon.png",
"48": "icon.png"
}
} | |