Corona Virus Monitor

Get notified as the virus spreads!

Was ist Corona Virus Monitor?

Corona Virus Monitor ist eine Chrome-Erweiterung, die von OrenPo entwickelt wurde, und ihr Hauptmerkmal ist "Get notified as the virus spreads!".

Erweiterungsscreenshots

screenshot

Corona Virus Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Corona Virus Monitor-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

                        Corona virus Monitoring will sound an audible notification each time the death toll from the Corona Virus Increases.
"Another one bites the dust" for the first death,
"And another one gone" for each additional case (limited to 10 people in an update)

* New for version 1.12 - Country Selection
* New for version 1.11 - Snooze button

©2020 OrenPo                    

Grundlegende Informationen zur Erweiterung

Name Corona Virus Monitor Corona Virus Monitor
ID beghlmpncmdfdgjnodjfmdllbkkfdgia
Offizielle URL https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia
Beschreibung Get notified as the virus spreads!
Dateigröße 172 KB
Installationsanzahl 65
Aktuelle Version 1.12
Letztes Update 2020-04-13
Veröffentlichungsdatum 2020-04-08
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler OrenPo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corona Virus Monitor",
    "short_name": "COVID19MON",
    "version": "1.12",
    "description": "Get notified as the virus spreads!",
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/www.worldometers.info\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/128px-070-face-with-medical-mask.png"
        }
    },
    "icons": {
        "128": "images\/128px-070-face-with-medical-mask.png"
    },
    "manifest_version": 2
}