Twitch Points Farmer

Farm twitch points on idle, automatically claims bonus chess.

什么是Twitch Points Farmer?

Twitch Points Farmer是由jandr3s258开发的Chrome扩展程序,该扩展的主要功能是“Farm twitch points on idle, automatically claims bonus chess.”。

扩展截图

screenshot

下载Twitch Points Farmer扩展crx文件

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

扩展使用说明

                        Tool to farm twitch points.
Features:
- Auto collect bonus chess.                    

扩展基本信息

名称 Twitch Points Farmer Twitch Points Farmer
ID eahhglkfcalkafpgpceilaafdechkdad
官方URL https://chromewebstore.google.com/detail/twitch-points-farmer/eahhglkfcalkafpgpceilaafdechkdad
简介 Farm twitch points on idle, automatically claims bonus chess.
文件大小 34.16 KB
安装次数 21
当前版本 1.1
更新时间 2023-04-02
上架时间 2023-04-01
开发者 jandr3s258
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Points Farmer",
    "description": "Farm twitch points on idle, automatically claims bonus chess.",
    "version": "1.1",
    "manifest_version": 3,
    "host_permissions": [
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "src\/main.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "32": "assets\/logo\/32.png",
        "48": "assets\/logo\/48.png",
        "64": "assets\/logo\/64.png"
    }
}