Colonist.io

Colonist.io Helper

What is Colonist.io?

Colonist.io is a Chrome extension developed by Maikel, and its main feature is "Colonist.io Helper".

Extension Screenshots

screenshot
screenshot
screenshot

Download Colonist.io Extension CRX File

Download Colonist.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helper for Colonist.io that store endgames on a public server and which helps you to find the gamestats from other players.                    

Extension Basic Information

Name Colonist.io Colonist.io
ID habimnjcfhbohmkecmfgegndmgllhkji
Official URL https://chromewebstore.google.com/detail/colonistio/habimnjcfhbohmkecmfgegndmgllhkji
Description Colonist.io Helper
File Size 799 KB
Installation Count 139
Current Version 0.4.2
Last Updated 2021-08-13
Publish Date 2021-08-05
Rating 5.00/5 Total 1 Ratings
Developer Maikel
Email [email protected]
Payment Type free
Extension Website https://github.com/MaikelS11/ColonistExtension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colonist.io",
    "description": "Colonist.io Helper",
    "version": "0.4.2",
    "manifest_version": 3,
    "icons": {
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.colonist.io\/*",
                "*:\/\/colonist.io\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.min.js",
                "msgpack.min.js",
                "worker.js"
            ],
            "matches": [
                "*:\/\/*.colonist.io\/*",
                "*:\/\/colonist.io\/*"
            ]
        }
    ]
}