Twitch Points Farmer

Farm twitch points on idle, automatically claims bonus chess.

Twitch Points Farmerคืออะไร?

Twitch Points Farmer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jandr3s258 และคุณลักษณะหลักของมันคือ "Farm twitch points on idle, automatically claims bonus chess."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Points Farmer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}