OGame Enhancements

Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.

Cos'è OGame Enhancements?

OGame Enhancements è un'estensione di Chrome sviluppata da Jasper, e la sua funzione principale è "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OGame Enhancements

Scarica i file di estensione OGame Enhancements in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Features include:
- De-emphasizing premium Dark Matter features
- Minor visual improvements, like colors and readability                    

Informazioni di Base sull'Estensione

Nome OGame Enhancements OGame Enhancements
ID akhcmfephjndfhmomkdhignhnedbinmo
URL Ufficiale https://chromewebstore.google.com/detail/ogame-enhancements/akhcmfephjndfhmomkdhignhnedbinmo
Descrizione Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.
Dimensione del File 59.15 KB
Conteggio Installazioni 41
Versione Corrente 1.2
Ultimo Aggiornamento 2023-02-13
Data di Pubblicazione 2023-02-09
Sviluppatore Jasper
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jasperandrew/ogame-enhancements
URL della Pagina di Aiuto https://github.com/jasperandrew/ogame-enhancements
Lingue Supportate 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"
        }
    ]
}