OGame Enhancements
Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.
What is OGame Enhancements?
OGame Enhancements is a Chrome extension developed by Jasper, and its main feature is "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.".
Extension Screenshots
Download OGame Enhancements Extension CRX File
Download OGame Enhancements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Features include: - De-emphasizing premium Dark Matter features - Minor visual improvements, like colors and readability
Extension Basic Information
Name | OGame Enhancements |
ID | akhcmfephjndfhmomkdhignhnedbinmo |
Official URL | https://chromewebstore.google.com/detail/ogame-enhancements/akhcmfephjndfhmomkdhignhnedbinmo |
Description | Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features. |
File Size | 59.15 KB |
Installation Count | 41 |
Current Version | 1.2 |
Last Updated | 2023-02-13 |
Publish Date | 2023-02-09 |
Developer | Jasper |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jasperandrew/ogame-enhancements |
Help Page URL | https://github.com/jasperandrew/ogame-enhancements |
Supported Languages | 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" } ] } |