Twitch Coin

Automatically gather your Twitch Coin while watching your favorite streamer.

Wat is Twitch Coin?

Twitch Coin is een Chrome-extensie ontwikkeld door Amin NAIRI, en de belangrijkste functie is "Automatically gather your Twitch Coin while watching your favorite streamer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Coin

Download Twitch Coin-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

                        This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.                    

Basisinformatie over de Extensie

Naam Twitch Coin Twitch Coin
ID jhoffdoklpjnpdjcgegphcicolpipocf
Officiële URL https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf
Beschrijving Automatically gather your Twitch Coin while watching your favorite streamer.
Bestandsgrootte 25.86 KB
Aantal Installaties 444
Huidige Versie 0.1.2
Laatst Bijgewerkt 2021-05-26
Publicatiedatum 2020-07-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Amin NAIRI
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/aminnairi/twitch-coin#readme
Help Pagina-URL https://github.com/aminnairi/twitch-coin/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Coin",
    "version": "0.1.2",
    "description": "Automatically gather your Twitch Coin while watching your favorite streamer.",
    "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "scripts\/twitch-coin.js"
            ]
        }
    ]
}