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
官方網址 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"
    }
}