Colonist.io
Colonist.io Helper
Vad är Colonist.io?
Colonist.io är en Chrome-tillägg utvecklad av Maikel, och dess huvudfunktion är "Colonist.io Helper".
Tilläggsskärmbilder
Ladda ner Colonist.io-förlängningens CRX-fil
Ladda ner Colonist.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Helper for Colonist.io that store endgames on a public server and which helps you to find the gamestats from other players.
Grundläggande Information om Tillägg
Namn | |
ID | habimnjcfhbohmkecmfgegndmgllhkji |
Officiell webbadress | https://chromewebstore.google.com/detail/colonistio/habimnjcfhbohmkecmfgegndmgllhkji |
Beskrivning | Colonist.io Helper |
Filstorlek | 799 KB |
Antal Installationer | 139 |
Aktuell Version | 0.4.2 |
Senast Uppdaterad | 2021-08-13 |
Publiceringsdatum | 2021-08-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Maikel |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/MaikelS11/ColonistExtension |
Stödda Språk | 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\/*" ] } ] } |