Twich.tv: Auto-Point Claimer

An easy and automatic way to claim Channel Points for twitch.tv.

Qu'est-ce que Twich.tv: Auto-Point Claimer ?

Twich.tv: Auto-Point Claimer est une extension Chrome développée par LorenKociko, et sa fonction principale est "An easy and automatic way to claim Channel Points for twitch.tv.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Twich.tv: Auto-Point Claimer

Téléchargez les fichiers d'extension Twich.tv: Auto-Point Claimer 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

                        An easy and automatic way to claim Channel Points for twitch.tv.

This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.                    

Informations de Base sur l'Extension

Nom Twich.tv: Auto-Point Claimer Twich.tv: Auto-Point Claimer
ID dfjjoleblddbjilmihenpcpjkndamphe
URL Officiel https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe
Description An easy and automatic way to claim Channel Points for twitch.tv.
Taille du Fichier 260 KB
Nombre d'Installations 3,577
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-27
Date de Publication 2022-02-24
Évaluation 5.00/5 Total 5 Évaluations
Développeur LorenKociko
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": 3,
    "name": "Twich.tv: Auto-Point Claimer",
    "description": "An easy and automatic way to claim Channel Points for twitch.tv.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/16.png",
            "48": ".\/icons\/48.png",
            "128": ".\/icons\/128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}