Twich.tv: Auto-Point Claimer

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

Cos'è Twich.tv: Auto-Point Claimer?

Twich.tv: Auto-Point Claimer è un'estensione di Chrome sviluppata da LorenKociko, e la sua funzione principale è "An easy and automatic way to claim Channel Points for twitch.tv.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twich.tv: Auto-Point Claimer

Scarica i file di estensione Twich.tv: Auto-Point Claimer 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Twich.tv: Auto-Point Claimer Twich.tv: Auto-Point Claimer
ID dfjjoleblddbjilmihenpcpjkndamphe
URL Ufficiale https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe
Descrizione An easy and automatic way to claim Channel Points for twitch.tv.
Dimensione del File 260 KB
Conteggio Installazioni 3,577
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-27
Data di Pubblicazione 2022-02-24
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore LorenKociko
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}