Twitch gift auto clicker

Auto click to claim +50 bonus channel points.

什么是Twitch gift auto clicker?

Twitch gift auto clicker是由Nikita Madeev开发的Chrome扩展程序,该扩展的主要功能是“Auto click to claim +50 bonus channel points.”。

扩展截图

screenshot
screenshot

下载Twitch gift auto clicker扩展crx文件

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

扩展使用说明

                        Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears.

———————————————————

Source code and bug tracker
https://github.com/NekitCorp/twitch-gift-auto-clicker                    

扩展基本信息

名称 Twitch gift auto clicker Twitch gift auto clicker
ID bpmlmokbcfjnjodihdnobmaphhdoepdb
官方URL https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb
简介 Auto click to claim +50 bonus channel points.
文件大小 8 KB
安装次数 46
当前版本 2.2.0
更新时间 2023-10-19
上架时间 2023-05-06
评分 4.67/5 共3次评分
开发者 Nikita Madeev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/NekitCorp/twitch-gift-auto-clicker
帮助页面URL https://github.com/NekitCorp/twitch-gift-auto-clicker
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch gift auto clicker",
    "description": "Auto click to claim +50 bonus channel points.",
    "version": "2.2.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}