OGame Enhancements
Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.
Co to jest OGame Enhancements?
OGame Enhancements to rozszerzenie Chrome opracowane przez Jasper, a jego główną funkcją jest „Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OGame Enhancements
Pobierz pliki rozszerzeń OGame Enhancements w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Features include: - De-emphasizing premium Dark Matter features - Minor visual improvements, like colors and readability
Podstawowe informacje o rozszerzeniu
Nazwa | OGame Enhancements |
ID | akhcmfephjndfhmomkdhignhnedbinmo |
Oficjalny URL | https://chromewebstore.google.com/detail/ogame-enhancements/akhcmfephjndfhmomkdhignhnedbinmo |
Opis | Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features. |
Rozmiar pliku | 59.15 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-02-13 |
Data Publikacji | 2023-02-09 |
Deweloper | Jasper |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jasperandrew/ogame-enhancements |
Adres URL Strony Pomocy | https://github.com/jasperandrew/ogame-enhancements |
Obsługiwane Języki | 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" } ] } |