Twitch Channel Points Auto Clicker

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

Qu'est-ce que Twitch Channel Points Auto Clicker ?

Twitch Channel Points Auto Clicker est une extension Chrome développée par https://raven.fo, et sa fonction principale est "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Channel Points Auto Clicker

Téléchargez les fichiers d'extension Twitch Channel Points Auto Clicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
URL Officiel https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Description Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Taille du Fichier 86.97 KB
Nombre d'Installations 154,328
Version Actuelle 0.0.13
Dernière Mise à Jour 2022-06-18
Date de Publication 2020-06-17
Évaluation 4.16/5 Total 152 Évaluations
Développeur https://raven.fo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}