CoronaVirus Stats

CoronaVirus (COVID-19) live status & statistics in your country.

Was ist CoronaVirus Stats?

CoronaVirus Stats ist eine Chrome-Erweiterung, die von https://coronastats.pro entwickelt wurde, und ihr Hauptmerkmal ist "CoronaVirus (COVID-19) live status & statistics in your country.".

Erweiterungsscreenshots

screenshot
screenshot

CoronaVirus Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie CoronaVirus Stats-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

                        Coronavirus (COVID-19) live status & statistics in your country.
Coronavirus Live Status provides real-time information about the coronavirus (COVID-19) outbreak on the new tab page.
The extension badge will show you the confirmed cases from your country.                    

Grundlegende Informationen zur Erweiterung

Name CoronaVirus Stats CoronaVirus Stats
ID gmghabmnibdpibddlfglfpkljmmcjhnb
Offizielle URL https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb
Beschreibung CoronaVirus (COVID-19) live status & statistics in your country.
Dateigröße 77.61 KB
Installationsanzahl 33
Aktuelle Version 2.1.1
Letztes Update 2020-04-19
Veröffentlichungsdatum 2020-04-19
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler https://coronastats.pro
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://coronastats.pro
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoronaVirus Stats",
    "version": "2.1.1",
    "description": "CoronaVirus (COVID-19) live status & statistics in your country.",
    "browser_action": {
        "default_icon": "img\/favicon-16x16.png"
    },
    "icons": {
        "16": "img\/favicon-16x16.png",
        "128": "img\/favicon-128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "http:\/\/coronastats.pro",
        "http:\/\/www.ip-api.com"
    ]
}