OGame Enhancements
Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.
什么是OGame Enhancements?
OGame Enhancements是由Jasper开发的Chrome扩展程序,该扩展的主要功能是“Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.”。
扩展截图
下载OGame Enhancements扩展crx文件
下载OGame Enhancements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features include: - De-emphasizing premium Dark Matter features - Minor visual improvements, like colors and readability
扩展基本信息
名称 | OGame Enhancements |
ID | akhcmfephjndfhmomkdhignhnedbinmo |
官方URL | https://chromewebstore.google.com/detail/ogame-enhancements/akhcmfephjndfhmomkdhignhnedbinmo |
简介 | Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features. |
文件大小 | 59.15 KB |
安装次数 | 41 |
当前版本 | 1.2 |
更新时间 | 2023-02-13 |
上架时间 | 2023-02-09 |
开发者 | Jasper |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jasperandrew/ogame-enhancements |
帮助页面URL | https://github.com/jasperandrew/ogame-enhancements |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OGame Enhancements", "version": "1.2", "description": "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |