Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

什么是Twitch Channel Points Auto-Clicker?

Twitch Channel Points Auto-Clicker是由trmcnvn开发的Chrome扩展程序,该扩展的主要功能是“Auto-click those channel point bonuses”。

扩展截图

screenshot

下载Twitch Channel Points Auto-Clicker扩展crx文件

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

扩展使用说明

                        Auto-click those channel point bonuses on Twitch                    

扩展基本信息

名称 Twitch Channel Points Auto-Clicker Twitch Channel Points Auto-Clicker
ID mdlokilgafgmaeojenoidfpjcacpllap
官方URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
简介 Auto-click those channel point bonuses
文件大小 11.37 KB
安装次数 30,000
当前版本 0.9
更新时间 2021-09-10
上架时间 2019-11-04
评分 4.30/5 共61次评分
开发者 trmcnvn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/trmcnvn/twitch-channel-points
帮助页面URL https://github.com/trmcnvn/twitch-channel-points/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto-Clicker",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}