The COVID-19 Game

The COVID-19 Game

The COVID-19 Game란 무엇입니까?

The COVID-19 Game은(는) https://customautosys.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The COVID-19 Game"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

The COVID-19 Game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We have now added in Vaccination! You can boost the attack of your white blood cells against the viruses by vaccinating with mRNA!

Humanity is facing an unprecedented threat. The world is plagued by invisible enemies, namely, the unholy trinity of SARS, MERS & COVID-19. The people of the world are uniting like never before to battle the evil forces of the Viruses.

You are the leader of the red & white blood cells in the body. You must command the blood cells well to defeat the viruses of SARS, MERS & COVID-19. Your life depends on it! You will be given some time to prepare before the Viruses invade the body. Once they start invading the body, destroy all Viruses to win.

By using and continuing to use this app, you unequivocally warrant that you agree to all of the terms in https://customautosys.com/licence.html                    

확장 프로그램 기본 정보

이름 The COVID-19 Game The COVID-19 Game
ID bmchlajjghhhhbjicciaphnkbckekamk
공식 URL https://chromewebstore.google.com/detail/the-covid-19-game/bmchlajjghhhhbjicciaphnkbckekamk
설명 The COVID-19 Game
파일 크기 10.04 MB
설치 횟수 138
현재 버전 0.0.6
최근 업데이트 2021-07-04
출시 날짜 2020-06-01
개발자 https://customautosys.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://customautosys.com/covidgame
도움말 페이지 URL https://customautosys.com/contact.html
개인정보 보호 정책 페이지 URL https://customautosys.com/privacy%20policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The COVID-19 Game",
    "description": "The COVID-19 Game",
    "version": "0.0.6",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_title": "The COVID-19 Game"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/customautosys.com\/*"
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/customautosys.com\/*",
        "https:\/\/customautosys.auth0.com\/*",
        "https:\/\/pbs.twimg.com\/*",
        "https:\/\/media-exp1.licdn.com\/*"
    ],
    "web_accessible_resources": [
        "www\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}