Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

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

Twitch Channel Points Auto-Clicker est une extension Chrome développée par trmcnvn, et sa fonction principale est "Auto-click those channel point bonuses".

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-click those channel point bonuses on Twitch                    

Informations de Base sur l'Extension

Nom Twitch Channel Points Auto-Clicker Twitch Channel Points Auto-Clicker
ID mdlokilgafgmaeojenoidfpjcacpllap
URL Officiel https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
Description Auto-click those channel point bonuses
Taille du Fichier 11.37 KB
Nombre d'Installations 30,000
Version Actuelle 0.9
Dernière Mise à Jour 2021-09-10
Date de Publication 2019-11-04
Évaluation 4.30/5 Total 61 Évaluations
Développeur trmcnvn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/trmcnvn/twitch-channel-points
URL de la Page d'Aide https://github.com/trmcnvn/twitch-channel-points/issues
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",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}