OGame UI++

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

¿Qué es OGame UI++?

OGame UI++ es una extensión de Chrome desarrollada por Eswak, y su función principal es "[EN][FR][ES][TR][DE] Improves the OGame interface by adding elements and menu entries.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OGame UI++

Descarga archivos de extensión OGame UI++ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre OGame UI++ OGame UI++
ID nhbgpipnadhelnecpcjcikbnedilhddf
URL Oficial https://chromewebstore.google.com/detail/ogame-ui++/nhbgpipnadhelnecpcjcikbnedilhddf
Descripción [EN][FR][ES][TR][DE] Improves the OGame interface by adding elements and menu entries.
Tamaño del Archivo 1.29 MB
Cantidad de Instalaciones 10,125
Versión Actual 4.2.0
Última Actualización 2023-02-14
Fecha de Publicación 2020-03-16
Calificación 3.73/5 Total de 144 Calificaciones
Desarrollador Eswak
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/eswak/chrome-ogame-ui-extension
URL de la Página de Ayuda https://github.com/eswak/chrome-ogame-ui-extension/issues
Idiomas Soportados 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"
}