Colonist.io Counter
Keeps track of cards in the bank
Qu'est-ce que Colonist.io Counter ?
Colonist.io Counter est une extension Chrome développée par austin12chen, et sa fonction principale est "Keeps track of cards in the bank".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Colonist.io Counter
Téléchargez les fichiers d'extension Colonist.io Counter 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
Chrome extension that counts cards in the bank on colonist.io Currently, only keeps track of cards in the bank. Planned future features: counts cards in players hands, keeps track of dice rolls throughout the game, counts the total amount of cards received by each player, counts the probabilities of receiving resource X by your next turn
Informations de Base sur l'Extension
Nom | |
ID | pakngdooebgdpkjgmbckjhjaikkmedno |
URL Officiel | https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno |
Description | Keeps track of cards in the bank |
Taille du Fichier | 157 KB |
Nombre d'Installations | 177 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-02-02 |
Date de Publication | 2022-02-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | austin12chen |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Colonist.io Counter", "version": "1.0", "description": "Keeps track of cards in the bank", "action": { "default_icon": { "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/colonist.io\/*" ], "js": [ "colonist.js", "content.js" ] } ] } |