Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
Qu'est-ce que Twitch Coin Collector ?
Twitch Coin Collector est une extension Chrome développée par Rene B., et sa fonction principale est "A Chrome Extension to collect the twitch channel points automatically.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Coin Collector
Téléchargez les fichiers d'extension Twitch Coin Collector 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
With this chrome extension you can collect the twitch channel rewards automatically.
Informations de Base sur l'Extension
Nom | Twitch Coin Collector |
ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
URL Officiel | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
Description | A Chrome Extension to collect the twitch channel points automatically. |
Taille du Fichier | 16.42 KB |
Nombre d'Installations | 55 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2022-04-28 |
Date de Publication | 2022-04-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rene B. |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Coin Collector", "description": "A Chrome Extension to collect the twitch channel points automatically.", "version": "0.1.0", "action": { "default_icon": "assets\/coin_click_64.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |