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.”。
扩展截图
下载New World Empires扩展crx文件
下载New World Empires扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
]
}
} | |