Twitch Auto Channel Points Collector

Automatically collect channel points while you are watching someone on twitch.tv!

什么是Twitch Auto Channel Points Collector?

Twitch Auto Channel Points Collector是由https://jerejacobson.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically collect channel points while you are watching someone on twitch.tv!”。

扩展截图

screenshot

下载Twitch Auto Channel Points Collector扩展crx文件

下载Twitch Auto Channel Points Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is an extension for twitch.tv that will auto click on channel point gifts for you.                    

扩展基本信息

名称 Twitch Auto Channel Points Collector Twitch Auto Channel Points Collector
ID jhkcenchneiejpdcglhdodfokjabojfp
官方URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp
简介 Automatically collect channel points while you are watching someone on twitch.tv!
文件大小 46.46 KB
安装次数 153
当前版本 0.0.0.2
更新时间 2022-02-01
上架时间 2022-01-14
评分 5.00/5 共1次评分
开发者 https://jerejacobson.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.jerejacobson.com/posts/buildchromeextension/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points Collector",
    "description": "Automatically collect channel points while you are watching someone on twitch.tv!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "css": [
            "style.css"
        ],
        "default_icon": {
            "16": "\/images\/channel16.png",
            "32": "\/images\/channel32.png",
            "48": "\/images\/channel48.png",
            "128": "\/images\/channel128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/channel16.png",
        "32": "\/images\/channel32.png",
        "48": "\/images\/channel48.png",
        "128": "\/images\/channel128.png"
    }
}