Twitch Channel Points Auto Clicker

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

Wat is Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker is een Chrome-extensie ontwikkeld door https://raven.fo, en de belangrijkste functie is "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

Extensie Screenshots

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

                        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.                    

Basisinformatie over de Extensie

Naam Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
Officiële URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Beschrijving Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Bestandsgrootte 86.97 KB
Aantal Installaties 154,328
Huidige Versie 0.0.13
Laatst Bijgewerkt 2022-06-18
Publicatiedatum 2020-06-17
Beoordeling 4.16/5 Totaal 152 Beoordelingen
Ontwikkelaar https://raven.fo
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",
    "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"
    }
}