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…

Wat is Twitch channel points auto clicker?

Twitch channel points auto clicker is een Chrome-extensie ontwikkeld door ugo.P, en de belangrijkste functie is "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Twitch channel points auto clicker

Download Twitch channel points auto clicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
Officiële URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Beschrijving Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Bestandsgrootte 5.56 KB
Aantal Installaties 162
Huidige Versie 1.15
Laatst Bijgewerkt 2022-01-30
Publicatiedatum 2020-12-31
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ugo.P
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}