Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

Wat is Twitch - Auto Channel Points?

Twitch - Auto Channel Points is een Chrome-extensie ontwikkeld door arnoutpullen, en de belangrijkste functie is "Automatically collects Twitch.tv channel points".

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 collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

Basisinformatie over de Extensie

Naam Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
Officiële URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
Beschrijving Automatically collects Twitch.tv channel points
Bestandsgrootte 19.93 KB
Aantal Installaties 14,799
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2020-04-07
Beoordeling 2.86/5 Totaal 36 Beoordelingen
Ontwikkelaar arnoutpullen
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ArnoutPullen/TwitchAutoChannelPoints
Help Pagina-URL https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}