Twitch Auto Channel Points

Automatically collects twitch channel points for you!

Wat is Twitch Auto Channel Points?

Twitch Auto Channel Points is een Chrome-extensie ontwikkeld door joelkerfoot, en de belangrijkste functie is "Automatically collects twitch channel points for you!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Auto Channel Points

Download Twitch Auto Channel Points-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

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

Basisinformatie over de Extensie

Naam Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
Officiële URL https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
Beschrijving Automatically collects twitch channel points for you!
Bestandsgrootte 6.07 KB
Aantal Installaties 20,000
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-01-13
Publicatiedatum 2020-01-13
Beoordeling 3.69/5 Totaal 26 Beoordelingen
Ontwikkelaar joelkerfoot
Betalingswijze free
Extensiewebsite https://github.com/kerfootj/twitch-auto-points
Help Pagina-URL https://github.com/kerfootj/twitch-auto-points/issues
Ondersteunde Talen 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"
    }
}