Colonist Card Counter
Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!
Was ist Colonist Card Counter?
Colonist Card Counter ist eine Chrome-Erweiterung, die von Hollis entwickelt wurde, und ihr Hauptmerkmal ist "Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!".
Erweiterungsscreenshots
Colonist Card Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Colonist Card 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
*** WORKS FOR ENGLISH COLONIST USERS *** Also remove in-game panel ads :D Relieve the stress of card counting, not knowing what card was robbed, or who has that 1 wheat you need... let us track all the cards perfectly for you! The table will appear after the first dice roll. What we do for you: 1) Keep track of all player resources 2) Solve unknown card robberies based on a player's subsequent builds, trades etc. 3) Remove in-game panel ads Usage Details: - Extension must be active when loading Colonist and throughout gameplay - Disconnecting or refreshing game will stop card counting for the current game
Grundlegende Informationen zur Erweiterung
Name | |
ID | gnhmcenpphnepljcndpopkocmaolghba |
Offizielle URL | https://chromewebstore.google.com/detail/colonist-card-counter/gnhmcenpphnepljcndpopkocmaolghba |
Beschreibung | Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information! |
Dateigröße | 152 KB |
Installationsanzahl | 781 |
Aktuelle Version | 1.1.8 |
Letztes Update | 2023-09-19 |
Veröffentlichungsdatum | 2023-03-16 |
Bewertung | 4.58/5 Insgesamt 12 Bewertungen |
Entwickler | Hollis |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Colonist Card Counter", "version": "1.1.8", "description": "Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!", "content_scripts": [ { "matches": [ "https:\/\/colonist.io\/*" ], "js": [ "dist\/content.js" ], "css": [ "dist\/style.css" ] } ] } |