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开发的Chrome扩展程序,该扩展的主要功能是“Clear the way to the mars from dangerous asteroids and help humanity to survive!”。
扩展截图
下载Spaceranger - On the way to Mars扩展crx文件
下载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" ] } } |