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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Colonist Card Counter
قم بتنزيل ملفات الامتداد Colonist Card Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*** 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
معلومات أساسية عن التمديد
الاسم | |
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" ] } ] } |