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 là gì?
Spaceranger - On the way to Mars là một tiện ích mở rộng Chrome được phát triển bởi https://artrayd.com, và tính năng chính của nó là "Clear the way to the mars from dangerous asteroids and help humanity to survive!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spaceranger - On the way to Mars
Tải xuống các tệp mở rộng Spaceranger - On the way to Mars dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spaceranger - On the way to Mars |
ID | jfkepffdnoahfjgamgnklmobcpmomjdg |
URL Chính Thức | https://chromewebstore.google.com/detail/spaceranger-on-the-way-to/jfkepffdnoahfjgamgnklmobcpmomjdg |
Mô tả | Clear the way to the mars from dangerous asteroids and help humanity to survive! |
Kích Thước Tệp | 874 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-07-03 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://artrayd.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://spaceranger.space/ |
URL Trang Chính Sách Bảo Mật | https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |