Colonist.io

Colonist.io Helper

Colonist.io là gì?

Colonist.io là một tiện ích mở rộng Chrome được phát triển bởi Maikel, và tính năng chính của nó là "Colonist.io Helper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Colonist.io

Tải xuống các tệp mở rộng Colonist.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Colonist.io Colonist.io
ID habimnjcfhbohmkecmfgegndmgllhkji
URL Chính Thức https://chromewebstore.google.com/detail/colonistio/habimnjcfhbohmkecmfgegndmgllhkji
Mô tả Colonist.io Helper
Kích Thước Tệp 799 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2021-08-13
Ngày Phát Hành 2021-08-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Maikel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MaikelS11/ColonistExtension
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}