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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } } |