Coronavirus Live Status | COVID-19 Simulator

Coronavirus live status in your country

Cos'è Coronavirus Live Status | COVID-19 Simulator?

Coronavirus Live Status | COVID-19 Simulator è un'estensione di Chrome sviluppata da https://comfable.com, e la sua funzione principale è "Coronavirus live status in your country".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Coronavirus Live Status | COVID-19 Simulator

Scarica i file di estensione Coronavirus Live Status | COVID-19 Simulator 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

                        The Coronavirus Live Status is a platform that provides you with the latest updates on the COVID-19 pandemic. With its extension badge, you can easily check the number of confirmed cases in your country. Plus, it has a simulation tool that shows how the virus spreads and how social distancing can help slow down its spread. If you want to check it out, just click on the badge icon and you'll be able to see a sample simulation for 100 people. Stay safe and healthy!                    

Informazioni di Base sull'Estensione

Nome Coronavirus Live Status | COVID-19 Simulator Coronavirus Live Status | COVID-19 Simulator
ID ilfokbeknllmcepedkagnjciemcjncpc
URL Ufficiale https://chromewebstore.google.com/detail/coronavirus-live-status-c/ilfokbeknllmcepedkagnjciemcjncpc
Descrizione Coronavirus live status in your country
Dimensione del File 294 KB
Conteggio Installazioni 1,875
Versione Corrente 0.4.6
Ultimo Aggiornamento 2023-03-29
Data di Pubblicazione 2020-05-21
Valutazione 4.87/5 Totale 45 Valutazioni
Sviluppatore https://comfable.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://comfable.com
URL della Pagina di Aiuto https://comfable.com/consulting/
URL della Pagina della Politica sulla Privacy https://uvweather.net/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coronavirus Live Status | COVID-19 Simulator",
    "version": "0.4.6",
    "description": "Coronavirus live status in your country",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/moment.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/cors.uvw.workers.dev https:\/\/coronavirusapi.com https:\/\/ipinfo.io https:\/\/pomber.github.io https:\/\/corona.lmao.ninja https:\/\/covid19.mathdro.id; object-src 'self'",
    "browser_action": {
        "default_title": "Coronavirus Live Status | COVID-19",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "coronavirus_128.png"
        }
    },
    "icons": {
        "16": "coronavirus_16.png",
        "32": "coronavirus_32.png",
        "48": "coronavirus_48.png",
        "128": "coronavirus_128.png"
    },
    "manifest_version": 2
}