New World Empires
From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments.
Hvad er New World Empires?
New World Empires er en Chrome-udvidelse udviklet af https://www.newworldempires.com, og dens hovedfunktion er "From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments.".
Udvidelsesskærmbilleder
Download New World Empires-udvidelses-CRX-fil
Download New World Empires-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hcbfaoaohpkkafjkagdokfgfjfnafbck |
| Officiel URL | https://chromewebstore.google.com/detail/new-world-empires/hcbfaoaohpkkafjkagdokfgfjfnafbck |
| Beskrivelse | From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments. |
| Filstørrelse | 54.69 KB |
| Antal Installationer | 389 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2018-01-29 |
| Udgivelsesdato | 2018-01-29 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://www.newworldempires.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.newworldempires.com |
| URL til Fortrolighedspolitik Side | https://www.callofwar.com/index.php?id=276 |
| Understøttede Sprog | 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"
]
}
} | |