Colonist.io

Colonist.io Helper

Colonist.ioとは何ですか?

Colonist.ioはMaikelによって開発されたChromeの拡張機能で、その主な機能は「Colonist.io Helper」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Colonist.io拡張機能のCRXファイルをダウンロード

Colonist.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Colonist.io Colonist.io
ID habimnjcfhbohmkecmfgegndmgllhkji
公式URL https://chromewebstore.google.com/detail/colonistio/habimnjcfhbohmkecmfgegndmgllhkji
説明 Colonist.io Helper
ファイルサイズ 799 KB
インストール数 139
現在のバージョン 0.4.2
最終更新日 2021-08-13
公開日 2021-08-05
評価 5.00/5 合計 1 レビュー
開発者 Maikel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MaikelS11/ColonistExtension
対応言語 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\/*"
            ]
        }
    ]
}