OGame UI++

[EN][FR][ES][TR][DE] Improves the OGame interface by adding elements and menu entries.

什么是OGame UI++?

OGame UI++是由Eswak开发的Chrome扩展程序,该扩展的主要功能是“[EN][FR][ES][TR][DE] Improves the OGame interface by adding elements and menu entries.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载OGame UI++扩展crx文件

下载OGame UI++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension improves the user interface by adding several features :
 - Remaining storage time under current planet's resources
 - Statistices tab : look at all your planet's resources ticking in real time
 - Next recommended builds : know the ROI on your mines & build wisely
 - Pre-fill the solar satelite text field if you have negative energy
 - See the daily server top/flop (biggest point increase/drop)
 - Fast deploy/transport icons when you hover your planets
 - Add custom links in your left menu

Feel free to suggest new features, report bugs, and contribute on our github :
https://github.com/eswak/chrome-ogame-ui-extension                    

扩展基本信息

名称 OGame UI++ OGame UI++
ID nhbgpipnadhelnecpcjcikbnedilhddf
官方URL https://chromewebstore.google.com/detail/ogame-ui++/nhbgpipnadhelnecpcjcikbnedilhddf
简介 [EN][FR][ES][TR][DE] Improves the OGame interface by adding elements and menu entries.
文件大小 1.29 MB
安装次数 10,125
当前版本 4.2.0
更新时间 2023-02-14
上架时间 2020-03-16
评分 3.73/5 共144次评分
开发者 Eswak
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/eswak/chrome-ogame-ui-extension
帮助页面URL https://github.com/eswak/chrome-ogame-ui-extension/issues
支持的语言 de,en,fr,tr,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.gif",
                "img\/*.jpg",
                "img\/*.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        },
        {
            "resources": [
                "lib\/*.js",
                "src\/*.js",
                "main.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "css": [
                "lib\/chartist.min.css",
                "style\/main.css"
            ],
            "js": [
                "loader.js"
            ],
            "matches": [
                "*:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "4.2.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "background",
        "storage",
        "notifications",
        "alarms",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "metalmine.16.jpeg",
            "48": "metalmine.48.jpeg",
            "128": "metalmine.128.jpeg"
        }
    },
    "icons": {
        "16": "metalmine.16.jpeg",
        "48": "metalmine.48.jpeg",
        "128": "metalmine.128.jpeg"
    },
    "author": "Eswak"
}