Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

What is Twitch Channel Points Auto-Clicker?

Twitch Channel Points Auto-Clicker is a Chrome extension developed by trmcnvn, and its main feature is "Auto-click those channel point bonuses".

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-click those channel point bonuses on Twitch                    

Extension Basic Information

Name Twitch Channel Points Auto-Clicker Twitch Channel Points Auto-Clicker
ID mdlokilgafgmaeojenoidfpjcacpllap
Official URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
Description Auto-click those channel point bonuses
File Size 11.37 KB
Installation Count 30,000
Current Version 0.9
Last Updated 2021-09-10
Publish Date 2019-11-04
Rating 4.30/5 Total 61 Ratings
Developer trmcnvn
Email [email protected]
Payment Type free
Extension Website https://github.com/trmcnvn/twitch-channel-points
Help Page URL https://github.com/trmcnvn/twitch-channel-points/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto-Clicker",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}