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 https://artrayd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear the way to the mars from dangerous asteroids and help humanity to survive!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spaceranger - On the way to Mars एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
        ]
    }
}