Colonist.io Counter
Keeps track of cards in the bank
Was ist Colonist.io Counter?
Colonist.io Counter ist eine Chrome-Erweiterung, die von austin12chen entwickelt wurde, und ihr Hauptmerkmal ist "Keeps track of cards in the bank".
Erweiterungsscreenshots
Colonist.io Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Colonist.io Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pakngdooebgdpkjgmbckjhjaikkmedno |
Offizielle URL | https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno |
Beschreibung | Keeps track of cards in the bank |
Dateigröße | 157 KB |
Installationsanzahl | 177 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-02-02 |
Veröffentlichungsdatum | 2022-02-01 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | austin12chen |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad |
Unterstützte Sprachen | 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" ] } ] } |