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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}