Twitch Treasure Collector (Channel Points)

Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK

Qu'est-ce que Twitch Treasure Collector (Channel Points) ?

Twitch Treasure Collector (Channel Points) est une extension Chrome développée par chris, et sa fonction principale est "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitch Treasure Collector (Channel Points)

Téléchargez les fichiers d'extension Twitch Treasure Collector (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

                        Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!                    

Informations de Base sur l'Extension

Nom Twitch Treasure Collector (Channel Points) Twitch Treasure Collector (Channel Points)
ID bbpbicnlhdipmlbohpjhecindeieebbe
URL Officiel https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe
Description Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
Taille du Fichier 2.25 MB
Nombre d'Installations 234
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-12
Date de Publication 2020-03-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur chris
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cmjchrisjones/TwitchTreasureCollector
URL de la Page d'Aide https://github.com/cmjchrisjones/TwitchTreasureCollector
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Twitch Treasure Collector (Channel Points)",
    "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK",
    "browser_action": [],
    "icons": {
        "16": ".\/1x\/Logo-8.png",
        "48": ".\/1x\/Logo-8.png",
        "128": ".\/1x\/Logo-8.png"
    },
    "author": "Chris Jones, Brett Miller, CorBob",
    "permissions": [
        "tabs",
        "*:\/\/*.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "collector.js"
            ]
        }
    ]
}