Colonist Card Counter
Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!
Wat is Colonist Card Counter?
Colonist Card Counter is een Chrome-extensie ontwikkeld door Hollis, en de belangrijkste functie is "Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!".
Extensie Screenshots
Download het CRX-bestand van de extensie Colonist Card Counter
Download Colonist Card Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*** 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
Basisinformatie over de Extensie
Naam | |
ID | gnhmcenpphnepljcndpopkocmaolghba |
Officiële URL | https://chromewebstore.google.com/detail/colonist-card-counter/gnhmcenpphnepljcndpopkocmaolghba |
Beschrijving | Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information! |
Bestandsgrootte | 152 KB |
Aantal Installaties | 781 |
Huidige Versie | 1.1.8 |
Laatst Bijgewerkt | 2023-09-19 |
Publicatiedatum | 2023-03-16 |
Beoordeling | 4.58/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Hollis |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |