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…

Cos'è Twitch channel points auto clicker?

Twitch channel points auto clicker è un'estensione di Chrome sviluppata da ugo.P, e la sua funzione principale è "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch channel points auto clicker

Scarica i file di estensione Twitch channel points auto clicker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
URL Ufficiale https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Descrizione Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Dimensione del File 5.56 KB
Conteggio Installazioni 162
Versione Corrente 1.15
Ultimo Aggiornamento 2022-01-30
Data di Pubblicazione 2020-12-31
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore ugo.P
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}