OGame UI++

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

OGame UI++ क्या है?

OGame UI++ Eswak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[EN][FR][ES][TR][DE] Improves the OGame interface by adding elements and menu entries."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OGame UI++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}