Spaceranger - On the way to Mars
Clear the way to the mars from dangerous asteroids and help humanity to survive!
Τι είναι το Spaceranger - On the way to Mars;
Το Spaceranger - On the way to Mars είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://artrayd.com, και η κύρια λειτουργία του είναι "Clear the way to the mars from dangerous asteroids and help humanity to survive!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Spaceranger - On the way to Mars
Λήψη αρχείων επέκτασης Spaceranger - On the way to Mars σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Spaceranger - On the way to Mars |
ID | jfkepffdnoahfjgamgnklmobcpmomjdg |
Επίσημο URL | https://chromewebstore.google.com/detail/spaceranger-on-the-way-to/jfkepffdnoahfjgamgnklmobcpmomjdg |
Περιγραφή | Clear the way to the mars from dangerous asteroids and help humanity to survive! |
Μέγεθος Αρχείου | 874 KB |
Αριθμός Εγκαταστάσεων | 38 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-07-03 |
Ημερομηνία Δημοσίευσης | 2020-07-03 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://artrayd.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://spaceranger.space/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb |
Υποστηριζόμενες Γλώσσες | 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" ] } } |