Twitch Points Chest Clicker

Clicks the twitch points chest automatically for you.

What is Twitch Points Chest Clicker?

Twitch Points Chest Clicker is a Chrome extension developed by Clinton, and its main feature is "Clicks the twitch points chest automatically for you.".

Extension Screenshots

screenshot

Download Twitch Points Chest Clicker Extension CRX File

Download Twitch Points Chest Clicker 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

                        Automatically clicks the points chest for twitch streams. Checks every 15 seconds.                    

Extension Basic Information

Name Twitch Points Chest Clicker Twitch Points Chest Clicker
ID lmnekimpcncfaincbkgnbmbjcnkncpff
Official URL https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff
Description Clicks the twitch points chest automatically for you.
File Size 18.34 KB
Installation Count 91
Current Version 0.3
Last Updated 2020-12-21
Publish Date 2020-05-02
Developer Clinton
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Points Chest Clicker",
    "version": "0.3",
    "description": "Clicks the twitch points chest automatically for you.",
    "icons": {
        "48": "icons\/treasure_Chest_48.png",
        "96": "icons\/treasure_Chest_96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch_points.js"
            ]
        }
    ]
}