Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

What is Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker is a Chrome extension developed by https://raven.fo, and its main feature is "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

Extension Screenshots

screenshot

Download Twitch Channel Points Auto Clicker Extension CRX File

Download Twitch Channel Points Auto 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

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

Extension Basic Information

Name Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
Official URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Description Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
File Size 86.97 KB
Installation Count 154,328
Current Version 0.0.13
Last Updated 2022-06-18
Publish Date 2020-06-17
Rating 4.16/5 Total 152 Ratings
Developer https://raven.fo
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 Channel Points Auto Clicker",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}