The COVID-19 Game

The COVID-19 Game

Cos'è The COVID-19 Game?

The COVID-19 Game è un'estensione di Chrome sviluppata da https://customautosys.com, e la sua funzione principale è "The COVID-19 Game".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione The COVID-19 Game

Scarica i file di estensione The COVID-19 Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome The COVID-19 Game The COVID-19 Game
ID bmchlajjghhhhbjicciaphnkbckekamk
URL Ufficiale https://chromewebstore.google.com/detail/the-covid-19-game/bmchlajjghhhhbjicciaphnkbckekamk
Descrizione The COVID-19 Game
Dimensione del File 10.04 MB
Conteggio Installazioni 138
Versione Corrente 0.0.6
Ultimo Aggiornamento 2021-07-04
Data di Pubblicazione 2020-06-01
Sviluppatore https://customautosys.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://customautosys.com/covidgame
URL della Pagina di Aiuto https://customautosys.com/contact.html
URL della Pagina della Politica sulla Privacy https://customautosys.com/privacy%20policy
Lingue Supportate 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';"
}