Colonist IQ

Take your Catan game to the next level with Colonist IQ - the ultimate tool for serious players. With this extension, you can…

Colonist IQ क्या है?

Colonist IQ countanist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take your Catan game to the next level with Colonist IQ - the ultimate tool for serious players. With this extension, you can…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Colonist IQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Take your Catan game to the next level with Colonist IQ - the ultimate tool for serious players.

With this extension, you can leave the pencil and paper behind and let us do the heavy lifting for you.

Features:
1. All resources in play are automatically tracked, giving you real-time updates on your opponent's resources and the robber's movements.
2. Opponent's hand resource tracking allows you to make strategic decisions based on their available resources.
3. Automatic robber resolution ensures that our tracker is always up-to-date, even as players spend and trade resources.
4. Ad block feature removes distractions and helps you stay focused on the game.

Is this cheating?
No. Our extension only uses information that is publicly available from the chat log, and no hidden information is revealed.

Before downloading:
1. Please note that data is gathered from the chat log, so if you refresh the page or clear your chat history, the extension won't work for that match.
2. Monopoly dev cards do not reveal who gave what, which may cause some 1-off tracker bugs if players have been robbed of a resource that is then monopolized.
3. Robber symbols indicate whether a player has one extra or one less mystery resource due to being robbed.

Upgrade your Catan game today with Colonist IQ - the essential tool for serious players.                    

एक्सटेंशन की मूल जानकारी

नाम Colonist IQ Colonist IQ
ID ebljmhhfeffkimlfkmhjjahcicmdlcaj
आधिकारिक URL https://chromewebstore.google.com/detail/colonist-iq/ebljmhhfeffkimlfkmhjjahcicmdlcaj
विवरण Take your Catan game to the next level with Colonist IQ - the ultimate tool for serious players. With this extension, you can…
फ़ाइल का आकार 41.9 KB
स्थापना संख्या 150
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2023-04-21
प्रकाशन तिथि 2023-02-05
रेटिंग 2.60/5 कुल 5 रेटिंग्स
डेवलपर countanist
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/cca626db-ac50-4a14-88ea-0338ee1e1fe3
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Colonist IQ",
    "version": "0.0.0.5",
    "icons": {
        "16": "images\/countonist_16x16.png",
        "32": "images\/countonist_32x32.png",
        "48": "images\/countonist_48x48.png",
        "128": "images\/countonist_128x128.png"
    },
    "host_permissions": [
        "https:\/\/developer.chrome.com\/*"
    ],
    "permissions": [
        "webNavigation",
        "scripting"
    ],
    "action": {
        "default_icon": "images\/countonist_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/colonist.io\/",
                "https:\/\/hexs.io\/*"
            ]
        }
    ]
}