Colonist.io Counter
Keeps track of cards in the bank
O que é Colonist.io Counter?
Colonist.io Counter é uma extensão do Chrome desenvolvida por austin12chen, e sua principal característica é "Keeps track of cards in the bank".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Colonist.io Counter
Baixe arquivos de extensão Colonist.io 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
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
Informações Básicas da Extensão
Nome | |
ID | pakngdooebgdpkjgmbckjhjaikkmedno |
URL Oficial | https://chromewebstore.google.com/detail/colonistio-counter/pakngdooebgdpkjgmbckjhjaikkmedno |
Descrição | Keeps track of cards in the bank |
Tamanho do Arquivo | 157 KB |
Contagem de Instalações | 177 |
Versão Atual | 1.0 |
Última Atualização | 2022-02-02 |
Data de Publicação | 2022-02-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | austin12chen |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/897466a7-2a18-48e8-bcd9-80abfcde3bad |
Idiomas Suportados | 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" ] } ] } |