Twitch Points Farmer

Farm twitch points on idle, automatically claims bonus chess.

What is Twitch Points Farmer?

Twitch Points Farmer is a Chrome extension developed by jandr3s258, and its main feature is "Farm twitch points on idle, automatically claims bonus chess.".

Extension Screenshots

screenshot

Download Twitch Points Farmer Extension CRX File

Download Twitch Points Farmer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitch Points Farmer Twitch Points Farmer
ID eahhglkfcalkafpgpceilaafdechkdad
Official URL https://chromewebstore.google.com/detail/twitch-points-farmer/eahhglkfcalkafpgpceilaafdechkdad
Description Farm twitch points on idle, automatically claims bonus chess.
File Size 34.16 KB
Installation Count 21
Current Version 1.1
Last Updated 2023-04-02
Publish Date 2023-04-01
Developer jandr3s258
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}