Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
Qu'est-ce que Twitch Coin ?
Twitch Coin est une extension Chrome développée par Amin NAIRI, et sa fonction principale est "Automatically gather your Twitch Coin while watching your favorite streamer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Coin
Téléchargez les fichiers d'extension Twitch Coin 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
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.
Informations de Base sur l'Extension
Nom | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
URL Officiel | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
Description | Automatically gather your Twitch Coin while watching your favorite streamer. |
Taille du Fichier | 25.86 KB |
Nombre d'Installations | 444 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2021-05-26 |
Date de Publication | 2020-07-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Amin NAIRI |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/aminnairi/twitch-coin#readme |
URL de la Page d'Aide | https://github.com/aminnairi/twitch-coin/issues |
Langues Prises en Charge | 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" ] } ] } |