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.”。

擴展截圖

screenshot
screenshot

下載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 OGame Enhancements
ID akhcmfephjndfhmomkdhignhnedbinmo
官方網址 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"
        }
    ]
}