Twitch Channel Points Autoclicker (Lite)

Automatically claims 'Channel Points' on Twitch

什么是Twitch Channel Points Autoclicker (Lite)?

Twitch Channel Points Autoclicker (Lite)是由xinitrc开发的Chrome扩展程序,该扩展的主要功能是“Automatically claims 'Channel Points' on Twitch”。

扩展截图

screenshot
screenshot

下载Twitch Channel Points Autoclicker (Lite)扩展crx文件

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

扩展使用说明

                        Automatically claims 'Channel Points' on Twitch for the channel you are watching.

THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/

Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history.

Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/

Note: May not be compatible with some twitch design changing extensions.

Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker                    

扩展基本信息

名称 Twitch Channel Points Autoclicker (Lite) Twitch Channel Points Autoclicker (Lite)
ID fapndfdannkgofolmaihpbigbolcobek
官方URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek
简介 Automatically claims 'Channel Points' on Twitch
文件大小 19.56 KB
安装次数 5,437
当前版本 1.3
更新时间 2021-05-05
上架时间 2019-10-27
评分 4.20/5 共20次评分
开发者 xinitrc
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Autoclicker (Lite)",
    "description": "Automatically claims 'Channel Points' on Twitch",
    "version": "1.3",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "arrive-2.4.1.min.js",
                "twitch-clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}