Twitch channel points auto clicker

Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…

What is Twitch channel points auto clicker?

Twitch channel points auto clicker is a Chrome extension developed by ugo.P, and its main feature is "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

Extension Screenshots

screenshot
screenshot
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

                        Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.                    

Extension Basic Information

Name Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
Official URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Description Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
File Size 5.56 KB
Installation Count 162
Current Version 1.15
Last Updated 2022-01-30
Publish Date 2020-12-31
Rating 1.00/5 Total 1 Ratings
Developer ugo.P
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",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ClickLoop.js",
                "Style.js",
                "CountDown.js"
            ]
        }
    ]
}