Coronavirus Live Status | COVID-19 Simulator

Coronavirus live status in your country

Was ist Coronavirus Live Status | COVID-19 Simulator?

Coronavirus Live Status | COVID-19 Simulator ist eine Chrome-Erweiterung, die von https://comfable.com entwickelt wurde, und ihr Hauptmerkmal ist "Coronavirus live status in your country".

Erweiterungsscreenshots

screenshot
screenshot

Coronavirus Live Status | COVID-19 Simulator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coronavirus Live Status | COVID-19 Simulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Coronavirus Live Status | COVID-19 Simulator Coronavirus Live Status | COVID-19 Simulator
ID ilfokbeknllmcepedkagnjciemcjncpc
Offizielle URL https://chromewebstore.google.com/detail/coronavirus-live-status-c/ilfokbeknllmcepedkagnjciemcjncpc
Beschreibung Coronavirus live status in your country
Dateigröße 294 KB
Installationsanzahl 1,875
Aktuelle Version 0.4.6
Letztes Update 2023-03-29
Veröffentlichungsdatum 2020-05-21
Bewertung 4.87/5 Insgesamt 45 Bewertungen
Entwickler https://comfable.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://comfable.com
Hilfeseite URL https://comfable.com/consulting/
URL der Datenschutzrichtlinien-Seite https://uvweather.net/privacy-policy
Unterstützte Sprachen 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
}