Age of War
Play Age of War 3 game free.
Cos'è Age of War?
Age of War è un'estensione di Chrome sviluppata da thanhtoanlc999, e la sua funzione principale è "Play Age of War 3 game free.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Age of War
Scarica i file di estensione Age of War 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
Play Age of War game online free on ageofwar.online. Age of War is an epic base defense strategy game where you fight a continuous war. Keep creating units to protect your base and destroy the enemy. When you earn enough XP, your civilization will evolve through the ages, offering new technologies to utilize in combat.
Informazioni di Base sull'Estensione
Nome | Age of War |
ID | ennnmonobfbpgdbbcjjhkhhpnjaglkah |
URL Ufficiale | https://chromewebstore.google.com/detail/age-of-war/ennnmonobfbpgdbbcjjhkhhpnjaglkah |
Descrizione | Play Age of War 3 game free. |
Dimensione del File | 12.19 MB |
Conteggio Installazioni | 611 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-04-08 |
Data di Pubblicazione | 2022-04-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | thanhtoanlc999 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ageofwar.online |
URL della Pagina della Politica sulla Privacy | https://thanhtoanlc999-55254.web.app |
Lingue Supportate | de,en,fr,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.2", "default_locale": "en", "description": "__MSG_description__", "homepage_url": "https:\/\/ageofwar.online\/", "background": { "service_worker": "dist\/background.js" }, "action": { "default_title": "__MSG_title__", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "180": "images\/icon180.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "180": "images\/icon180.png" } } |