Colonist.io

Colonist.io Helper

Wat is Colonist.io?

Colonist.io is een Chrome-extensie ontwikkeld door Maikel, en de belangrijkste functie is "Colonist.io Helper".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Colonist.io

Download Colonist.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Colonist.io Colonist.io
ID habimnjcfhbohmkecmfgegndmgllhkji
Officiële URL https://chromewebstore.google.com/detail/colonistio/habimnjcfhbohmkecmfgegndmgllhkji
Beschrijving Colonist.io Helper
Bestandsgrootte 799 KB
Aantal Installaties 139
Huidige Versie 0.4.2
Laatst Bijgewerkt 2021-08-13
Publicatiedatum 2021-08-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Maikel
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MaikelS11/ColonistExtension
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}