Twitch gift auto clicker

Auto click to claim +50 bonus channel points.

Cos'è Twitch gift auto clicker?

Twitch gift auto clicker è un'estensione di Chrome sviluppata da Nikita Madeev, e la sua funzione principale è "Auto click to claim +50 bonus channel points.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch gift auto clicker

Scarica i file di estensione Twitch gift 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

                        Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears.

———————————————————

Source code and bug tracker
https://github.com/NekitCorp/twitch-gift-auto-clicker                    

Informazioni di Base sull'Estensione

Nome Twitch gift auto clicker Twitch gift auto clicker
ID bpmlmokbcfjnjodihdnobmaphhdoepdb
URL Ufficiale https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb
Descrizione Auto click to claim +50 bonus channel points.
Dimensione del File 8 KB
Conteggio Installazioni 46
Versione Corrente 2.2.0
Ultimo Aggiornamento 2023-10-19
Data di Pubblicazione 2023-05-06
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Nikita Madeev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/NekitCorp/twitch-gift-auto-clicker
URL della Pagina di Aiuto https://github.com/NekitCorp/twitch-gift-auto-clicker
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch gift auto clicker",
    "description": "Auto click to claim +50 bonus channel points.",
    "version": "2.2.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}