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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track cards like a National Champ!! Counts all players resources and solves unknown card robberies for you with perfect information!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Colonist Card Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |