Corona Virus Monitor

Get notified as the virus spreads!

Cos'è Corona Virus Monitor?

Corona Virus Monitor è un'estensione di Chrome sviluppata da OrenPo, e la sua funzione principale è "Get notified as the virus spreads!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Corona Virus Monitor

Scarica i file di estensione Corona Virus Monitor 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

                        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                    

Informazioni di Base sull'Estensione

Nome Corona Virus Monitor Corona Virus Monitor
ID beghlmpncmdfdgjnodjfmdllbkkfdgia
URL Ufficiale https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia
Descrizione Get notified as the virus spreads!
Dimensione del File 172 KB
Conteggio Installazioni 65
Versione Corrente 1.12
Ultimo Aggiornamento 2020-04-13
Data di Pubblicazione 2020-04-08
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore OrenPo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}