Colonist Card Counter
Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!
Vad är Colonist Card Counter?
Colonist Card Counter är en Chrome-tillägg utvecklad av Hollis, och dess huvudfunktion är "Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!".
Tilläggsskärmbilder
Ladda ner Colonist Card Counter-förlängningens CRX-fil
Ladda ner Colonist Card Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*** 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
Grundläggande Information om Tillägg
Namn | |
ID | gnhmcenpphnepljcndpopkocmaolghba |
Officiell webbadress | https://chromewebstore.google.com/detail/colonist-card-counter/gnhmcenpphnepljcndpopkocmaolghba |
Beskrivning | Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information! |
Filstorlek | 152 KB |
Antal Installationer | 781 |
Aktuell Version | 1.1.8 |
Senast Uppdaterad | 2023-09-19 |
Publiceringsdatum | 2023-03-16 |
Betyg | 4.58/5 Totalt 12 Betyg |
Utvecklare | Hollis |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |