Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Cos'è Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker è un'estensione di Chrome sviluppata da https://raven.fo, e la sua funzione principale è "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

Screenshot dell'Estensione

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

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

Informazioni di Base sull'Estensione

Nome Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
URL Ufficiale https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Descrizione Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Dimensione del File 86.97 KB
Conteggio Installazioni 154,328
Versione Corrente 0.0.13
Ultimo Aggiornamento 2022-06-18
Data di Pubblicazione 2020-06-17
Valutazione 4.16/5 Totale 152 Valutazioni
Sviluppatore https://raven.fo
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",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}