Twitch Auto Channel Points

Automatically collects twitch channel points for you!

Qu'est-ce que Twitch Auto Channel Points ?

Twitch Auto Channel Points est une extension Chrome développée par joelkerfoot, et sa fonction principale est "Automatically collects twitch channel points for you!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Auto Channel Points

Téléchargez les fichiers d'extension Twitch Auto Channel Points 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

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

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

Informations de Base sur l'Extension

Nom Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
URL Officiel https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
Description Automatically collects twitch channel points for you!
Taille du Fichier 6.07 KB
Nombre d'Installations 20,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-01-13
Date de Publication 2020-01-13
Évaluation 3.69/5 Total 26 Évaluations
Développeur joelkerfoot
Type de Paiement free
Site Web de l'Extension https://github.com/kerfootj/twitch-auto-points
URL de la Page d'Aide https://github.com/kerfootj/twitch-auto-points/issues
Langues Prises en Charge 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"
    }
}