Ogame Live

Ogame Live allow real time display of planets production

Ogame Live란 무엇입니까?

Ogame Live은(는) loclamor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ogame Live allow real time display of planets production"입니다.

확장 프로그램 스크린샷

screenshot

Ogame Live 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        OgameLive  allow a real time display of planets production

More, OgameLive shows inflight resources, remaining constructions times and give you some practical ameliorations.

OgameLive is compatible with Ogame V7.


--- Change-log
* v1.4.4
 - Moons support

Full changelog can be found on : https://github.com/loclamor/ogameLive/releases                    

확장 프로그램 기본 정보

이름 Ogame Live Ogame Live
ID kijpfogegmohboihemehfhgfngkibpcd
공식 URL https://chromewebstore.google.com/detail/ogame-live/kijpfogegmohboihemehfhgfngkibpcd
설명 Ogame Live allow real time display of planets production
파일 크기 117 KB
설치 횟수 806
현재 버전 2.2.0
최근 업데이트 2023-03-25
출시 날짜 2020-05-04
평점 4.00/5 총 4 개의 평점
개발자 loclamor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/loclamor/ogameLive
도움말 페이지 URL https://github.com/loclamor/ogameLive/issues
지원되는 언어 en,en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "fr",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "128": "src\/ogameLive-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "js": [
                "contribs\/jquery.min.js",
                "src\/constants.js",
                "src\/dataManager.js",
                "src\/utilities.js",
                "src\/router.js",
                "src\/ogameLive.js",
                "src\/parameters.js",
                "src\/observers\/techDetailObserver.js",
                "src\/observers\/flyingFleetObserver.js",
                "src\/displays\/awesomeFlightsDisplay.js",
                "src\/displays\/betterFleetDisplay.js",
                "src\/displays\/betterTechDisplay.js",
                "src\/displays\/planetsProductionDisplay.js",
                "src\/parsers\/empireParser.js",
                "src\/parsers\/resourcesParser.js",
                "src\/parsers\/researchParser.js",
                "src\/parsers\/lifeParser.js",
                "src\/parsers\/installationsParser.js",
                "src\/parsers\/flyingFleetParser.js",
                "src\/parsers\/fleetParser.js",
                "src\/parsers\/resourceSettingsParser.js",
                "src\/parsers\/planetProductionParser.js",
                "src\/parsers\/techDetailParser.js",
                "src\/ogameLive.user.js",
                "src\/worker.js"
            ],
            "css": [
                "src\/ogameLive.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/ogameLive.css",
                "src\/window.js",
                "src\/ogameLive-128.png",
                "src\/planet-targets.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "src\/worker.js"
    },
    "permissions": [],
    "short_name": "ogameLive",
    "action": {
        "default_title": "ogameLive",
        "default_icon": "src\/ogameLive-128.png",
        "default_popup": "src\/ogameLive.html"
    }
}