Twitch Auto Channel Points

Automatically collects twitch channel points for you!

Cos'è Twitch Auto Channel Points?

Twitch Auto Channel Points è un'estensione di Chrome sviluppata da joelkerfoot, e la sua funzione principale è "Automatically collects twitch channel points for you!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Auto Channel Points

Scarica i file di estensione Twitch Auto Channel Points 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

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

View the source: https://github.com/kerfootj/twitch-auto-points                    

Informazioni di Base sull'Estensione

Nome Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
URL Ufficiale https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
Descrizione Automatically collects twitch channel points for you!
Dimensione del File 6.07 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-01-13
Data di Pubblicazione 2020-01-13
Valutazione 3.69/5 Totale 26 Valutazioni
Sviluppatore joelkerfoot
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kerfootj/twitch-auto-points
URL della Pagina di Aiuto https://github.com/kerfootj/twitch-auto-points/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points",
    "version": "1.0.0",
    "description": "Automatically collects twitch channel points for you!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    }
}