Colonist.io

Colonist.io Helper

Apa itu Colonist.io?

Colonist.io adalah ekstensi Chrome yang dikembangkan oleh Maikel, dan fitur utamanya adalah "Colonist.io Helper".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Colonist.io

Unduh file ekstensi Colonist.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Colonist.io Colonist.io
ID habimnjcfhbohmkecmfgegndmgllhkji
URL Resmi https://chromewebstore.google.com/detail/colonistio/habimnjcfhbohmkecmfgegndmgllhkji
Deskripsi Colonist.io Helper
Ukuran File 799 KB
Jumlah Instalasi 139
Versi Saat Ini 0.4.2
Terakhir Diperbarui 2021-08-13
Tanggal Publikasi 2021-08-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Maikel
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/MaikelS11/ColonistExtension
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}