New World Empires

From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments.

New World Empires란 무엇입니까?

New World Empires은(는) https://www.newworldempires.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

New World Empires 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        There are 10 different types of terrain, 3 unit branches and more than 150 technologies, which can be researched to improve different aspects of the empire (economy, colonization, warfare). A new unit cap system balances battles and makes smart army management all the more important.                    

확장 프로그램 기본 정보

이름 New World Empires New World Empires
ID hcbfaoaohpkkafjkagdokfgfjfnafbck
공식 URL https://chromewebstore.google.com/detail/new-world-empires/hcbfaoaohpkkafjkagdokfgfjfnafbck
설명 From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments.
파일 크기 54.69 KB
설치 횟수 389
현재 버전 1.0.0
최근 업데이트 2018-01-29
출시 날짜 2018-01-29
평점 5.00/5 총 2 개의 평점
개발자 https://www.newworldempires.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.newworldempires.com
개인정보 보호 정책 페이지 URL https://www.callofwar.com/index.php?id=276
지원되는 언어 de,en,fr,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New World Empires",
    "short_name": "New World Empires",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Bytro Labs GmbH",
    "icons": {
        "16": "nwe-icon-16.png",
        "48": "nwe-icon-48.png",
        "128": "nwe-icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "nwe-icon-16.png",
            "48": "nwe-icon-48.png",
            "128": "nwe-icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}