Colonist.io
Colonist.io Helper
什麼是Colonist.io?
Colonist.io是由Maikel開發的Chrome擴展程式,該擴展的主要功能是“Colonist.io Helper”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | habimnjcfhbohmkecmfgegndmgllhkji |
官方網址 | 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\/*" ] } ] } |