Twitch channel points auto clicker

Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…

什么是Twitch channel points auto clicker?

Twitch channel points auto clicker是由ugo.P开发的Chrome扩展程序,该扩展的主要功能是“Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…”。

扩展截图

screenshot
screenshot
screenshot

下载Twitch channel points auto clicker扩展crx文件

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

扩展使用说明

                        Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.                    

扩展基本信息

名称 Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
官方URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
简介 Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
文件大小 5.56 KB
安装次数 162
当前版本 1.15
更新时间 2022-01-30
上架时间 2020-12-31
评分 1.00/5 共1次评分
开发者 ugo.P
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch channel points auto clicker",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ClickLoop.js",
                "Style.js",
                "CountDown.js"
            ]
        }
    ]
}