Chest Clicker

Click on twitch chests and streamlabs chests for you :D

What is Chest Clicker?

Chest Clicker is a Chrome extension developed by Levy Ars, and its main feature is "Click on twitch chests and streamlabs chests for you :D".

Extension Screenshots

screenshot

Download Chest Clicker Extension CRX File

Download 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

                        Enable auto clicker on chests on all twitch.tv tabs. The clicker clicks on twitch and streamlabs chests                    

Extension Basic Information

Name Chest Clicker Chest Clicker
ID djkncbclgpleoeflhkbcilcmndcgblil
Official URL https://chromewebstore.google.com/detail/chest-clicker/djkncbclgpleoeflhkbcilcmndcgblil
Description Click on twitch chests and streamlabs chests for you :D
File Size 35.12 KB
Installation Count 32
Current Version 1.0.2
Last Updated 2020-09-13
Publish Date 2020-09-12
Developer Levy Ars
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "name": "Chest Clicker",
    "description": "Click on twitch chests and streamlabs chests for you :D",
    "browser_action": {
        "default_icon": "icone.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}