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
电子邮箱 [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\/*"
            ]
        }
    ]
}