The COVID-19 Game

The COVID-19 Game

The COVID-19 Game क्या है?

The COVID-19 Game https://customautosys.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The COVID-19 Game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The COVID-19 Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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';"
}