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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hollis และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colonist Card Counter

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}