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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |