Colonist Card Counter

Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!

O que é Colonist Card Counter?

Colonist Card Counter é uma extensão do Chrome desenvolvida por Hollis, e sua principal característica é "Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Colonist Card Counter

Baixe arquivos de extensão Colonist Card Counter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        *** 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                    

Informações Básicas da Extensão

Nome Colonist Card Counter Colonist Card Counter
ID gnhmcenpphnepljcndpopkocmaolghba
URL Oficial https://chromewebstore.google.com/detail/colonist-card-counter/gnhmcenpphnepljcndpopkocmaolghba
Descrição Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!
Tamanho do Arquivo 152 KB
Contagem de Instalações 781
Versão Atual 1.1.8
Última Atualização 2023-09-19
Data de Publicação 2023-03-16
Classificação 4.58/5 Total de 12 Avaliações
Desenvolvedor Hollis
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}