Spaceranger - On the way to Mars

Clear the way to the mars from dangerous asteroids and help humanity to survive!

What is Spaceranger - On the way to Mars?

Spaceranger - On the way to Mars is a Chrome extension developed by https://artrayd.com, and its main feature is "Clear the way to the mars from dangerous asteroids and help humanity to survive!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Spaceranger - On the way to Mars Extension CRX File

Download Spaceranger - On the way to Mars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name Spaceranger - On the way to Mars Spaceranger - On the way to Mars
ID jfkepffdnoahfjgamgnklmobcpmomjdg
Official URL https://chromewebstore.google.com/detail/spaceranger-on-the-way-to/jfkepffdnoahfjgamgnklmobcpmomjdg
Description Clear the way to the mars from dangerous asteroids and help humanity to survive!
File Size 874 KB
Installation Count 38
Current Version 1.0.0
Last Updated 2020-07-03
Publish Date 2020-07-03
Rating 5.00/5 Total 2 Ratings
Developer https://artrayd.com
Email [email protected]
Payment Type free
Extension Website http://spaceranger.space/
Privacy Policy Page URL https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Supported Languages 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"
        ]
    }
}