Colonist.io

Colonist.io Helper

Hvad er Colonist.io?

Colonist.io er en Chrome-udvidelse udviklet af Maikel, og dens hovedfunktion er "Colonist.io Helper".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Colonist.io-udvidelses-CRX-fil

Download Colonist.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Colonist.io Colonist.io
ID habimnjcfhbohmkecmfgegndmgllhkji
Officiel URL https://chromewebstore.google.com/detail/colonistio/habimnjcfhbohmkecmfgegndmgllhkji
Beskrivelse Colonist.io Helper
Filstørrelse 799 KB
Antal Installationer 139
Nuværende Version 0.4.2
Senest Opdateret 2021-08-13
Udgivelsesdato 2021-08-05
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Maikel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/MaikelS11/ColonistExtension
Understøttede Sprog 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\/*"
            ]
        }
    ]
}