Spaceranger - On the way to Mars
Clear the way to the mars from dangerous asteroids and help humanity to survive!
Cos'è Spaceranger - On the way to Mars?
Spaceranger - On the way to Mars è un'estensione di Chrome sviluppata da https://artrayd.com, e la sua funzione principale è "Clear the way to the mars from dangerous asteroids and help humanity to survive!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spaceranger - On the way to Mars
Scarica i file di estensione Spaceranger - On the way to Mars 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
Year 2200. Global climate changes made life on the earth almost impossible ☠️
Humanity takes the resources to send expedition to the Mars - the last chance to survive.
The way to mars has lots of dangers like asteroids. You - the brave space ranger were choosen to find and destroy all asteroids on the way.
For each destroyed asteroid you will get a generous reward from the united space government of the last nations.
Find and destroy all asteroids, save humanity ✊🚀💥
About the gameplay:
SpaceRanger is a sea battle game for a single player in space settings. Enjoy :) Informazioni di Base sull'Estensione
| Nome | |
| ID | jfkepffdnoahfjgamgnklmobcpmomjdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/spaceranger-on-the-way-to/jfkepffdnoahfjgamgnklmobcpmomjdg |
| Descrizione | Clear the way to the mars from dangerous asteroids and help humanity to survive! |
| Dimensione del File | 874 KB |
| Conteggio Installazioni | 38 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2020-07-03 |
| Data di Pubblicazione | 2020-07-03 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://artrayd.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://spaceranger.space/ |
| URL della Pagina della Politica sulla Privacy | https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Spaceranger - On the way to Mars",
"description": "Clear the way to the mars from dangerous asteroids and help humanity to survive!",
"version": "1.0.0",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"web_accessible_resources": [
"assets\/*.*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google-analytics.com; object-src 'self'",
"browser_action": {
"default_title": "spaceranger",
"default_popup": "popup\/popup.html"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
]
}
} | |