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!”。
扩展截图
下载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
扩展基本信息
名称 | |
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" ] } ] } |