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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
        }
    ]
}  |  |