New World Empires
From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments.
Cos'è New World Empires?
New World Empires è un'estensione di Chrome sviluppata da https://www.newworldempires.com, e la sua funzione principale è "From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New World Empires
Scarica i file di estensione New World Empires in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hcbfaoaohpkkafjkagdokfgfjfnafbck |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-world-empires/hcbfaoaohpkkafjkagdokfgfjfnafbck |
| Descrizione | From Columbus to Napoleon: Conquer huge empires, colonize uncharted continents and construct mighty monuments. |
| Dimensione del File | 54.69 KB |
| Conteggio Installazioni | 389 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2018-01-29 |
| Data di Pubblicazione | 2018-01-29 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://www.newworldempires.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.newworldempires.com |
| URL della Pagina della Politica sulla Privacy | https://www.callofwar.com/index.php?id=276 |
| Lingue Supportate | 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"
]
}
} | |