Colonist Card Counter

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

什麼是Colonist Card Counter?

Colonist Card Counter是由Hollis開發的Chrome擴展程式,該擴展的主要功能是“Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Colonist Card Counter擴展crx文件

下載Colonist Card Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Colonist Card Counter Colonist Card Counter
ID gnhmcenpphnepljcndpopkocmaolghba
官方網址 https://chromewebstore.google.com/detail/colonist-card-counter/gnhmcenpphnepljcndpopkocmaolghba
簡介 Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!
檔案大小 152 KB
安裝次數 781
目前版本 1.1.8
更新時間 2023-09-19
上架時間 2023-03-16
評分 4.58/5 共 12 次評分
開發者 Hollis
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}