Colonist Resource Tracker

Track probable resources obtained by each player in the game of online Colonist

Τι είναι το Colonist Resource Tracker;

Το Colonist Resource Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wizetechnologiez, και η κύρια λειτουργία του είναι "Track probable resources obtained by each player in the game of online Colonist".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Colonist Resource Tracker

Λήψη αρχείων επέκτασης Colonist Resource Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Colonist.io Resources Insights is a powerful Chrome extension designed to enhance your gameplay in the popular online strategy game, Colonist.io. Gain a competitive edge by obtaining valuable insights into the probable resources acquired by each player during the game.

Key Features:

Resource Predictions: Wondering what resources your opponents might have? Our extension uses advanced algorithms to analyze player moves and predict their likely resource holdings.

Strategic Decision Making: Make informed decisions during the game by understanding your opponents' potential resources. Plan your moves with greater precision and outmaneuver your rivals.

Visual Indicators: Easily identify resource-rich players with visual indicators, allowing you to focus your strategies and tactics accordingly.

Real-time Updates: The extension updates in real-time, providing you with the latest insights during gameplay.

User-Friendly Interface: Our extension seamlessly integrates with Colonist.io, providing an intuitive and user-friendly experience for players of all skill levels.

How to Use:

Install the Colonist.io Resources Insights extension from the Chrome Web Store.

Launch Colonist.io and start a game.

The extension will automatically display resource insights for each player on the game screen.

Use the provided information to plan your moves strategically and maximize your chances of victory!

Please Note:

Colonist.io Resources Insights is designed to provide helpful information and enhance your gaming experience. It does not violate any game rules or provide unfair advantages. Fair play and sportsmanship are always encouraged.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Colonist Resource Tracker Colonist Resource Tracker
ID cpdmijabdadifbhcnocnilnogmbgdojl
Επίσημο URL https://chromewebstore.google.com/detail/colonist-resource-tracker/cpdmijabdadifbhcnocnilnogmbgdojl
Περιγραφή Track probable resources obtained by each player in the game of online Colonist
Μέγεθος Αρχείου 75.1 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2023-08-14
Ημερομηνία Δημοσίευσης 2023-08-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής wizetechnologiez
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colonist Resource Tracker",
    "version": "0.0.0.2",
    "description": "Track probable resources obtained by each player in the game of online Colonist",
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/colonist.io\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/colonist.io\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon64.png",
            "24": "icon64.png",
            "32": "icon64.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "Colonist Resource Tracker",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}