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 |
Eメール | [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" ] } ] } |