MISSION COVID 19 - SURVIVE THE VIRUS

The white blood cell sets out to conquer the Coronavirus! Once you beat this game, you are left feeling like a hero.

MISSION COVID 19 - SURVIVE THE VIRUS란 무엇입니까?

MISSION COVID 19 - SURVIVE THE VIRUS은(는) Monte Werle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The white blood cell sets out to conquer the Coronavirus! Once you beat this game, you are left feeling like a hero."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MISSION COVID 19 - SURVIVE THE VIRUS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        For the past few weeks, we have been going through a Pandemic known as the Coronavirus or COVID 19. 

Although I'm in the military, we are practicing social distancing at this time too. So, during this period I've been taking a Harvard Computer Science Course online learning the basics of coding and programming.

Week 0 of the class we have to create a game.

That potential combined with current events spiraled into something bigger than I ever imagined. 

During the brainstorming session, my ideas evolved into concepts that would make the world a better place for everyone.

 After 93 hours of programming, testing, tweaking, playing, learning and being locked in the office like a young Elon Musk, I present to you MISSION COVID 19.

The principles of this game are to spread hope (share it with your friends) and it aims toward leaving you feeling like a hero.

I KEPT THE CONTROLS SIMPLE:

Mouse: Used To Click Start

Spacebar: Used To Fire Your Laser Blasters

Press 1 or 2: Swap between the laser blaster (fully automatic: hold down the spacebar) and the cannon blaster (single shot: tap the spacebar) 

Arrow Keys: Turn Left/Right using right left arrow keys,  Move Forward/Back using up and down arrow keys.                    

확장 프로그램 기본 정보

이름 MISSION COVID 19 - SURVIVE THE VIRUS MISSION COVID 19 - SURVIVE THE VIRUS
ID edaipjlnkbhjjicljdndhclhjkaelehl
공식 URL https://chromewebstore.google.com/detail/mission-covid-19-survive/edaipjlnkbhjjicljdndhclhjkaelehl
설명 The white blood cell sets out to conquer the Coronavirus! Once you beat this game, you are left feeling like a hero.
파일 크기 26.1 MB
설치 횟수 36
현재 버전 1.0.0
최근 업데이트 2020-04-04
출시 날짜 2020-03-31
개발자 Monte Werle
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-sz\/zzdAfyUkAYbI9Oh5T8INd05neREmNdlVFpv7zNa4=' 'sha256-sz\/zzdAfyUkAYbI9Oh5T8INd05neREmNdlVFpv7zNa4='; object-src 'self'",
    "manifest_version": 2,
    "name": "MISSION COVID 19 - SURVIVE THE VIRUS",
    "description": "The white blood cell sets out to conquer the Coronavirus! Once you beat this game, you are left feeling like a hero.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "MISSION COVID 19 - SURVIVE THE VIRUS",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}