Corona Virus Monitor

Get notified as the virus spreads!

Co je Corona Virus Monitor?

Corona Virus Monitor je rozšíření Chrome vyvinuté OrenPo, a jeho hlavní funkcí je „Get notified as the virus spreads!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Corona Virus Monitor

Stáhněte si soubory rozšíření Corona Virus Monitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Corona Virus Monitor Corona Virus Monitor
ID beghlmpncmdfdgjnodjfmdllbkkfdgia
Oficiální URL https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia
Popis Get notified as the virus spreads!
Velikost souboru 172 KB
Počet instalací 65
Aktuální Verze 1.12
Poslední Aktualizace 2020-04-13
Datum Vydání 2020-04-08
Hodnocení 4.83/5 Celkem 6 Hodnocení
Vývojář OrenPo
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}