Corona Virus Monitor

Get notified as the virus spreads!

Wat is Corona Virus Monitor?

Corona Virus Monitor is een Chrome-extensie ontwikkeld door OrenPo, en de belangrijkste functie is "Get notified as the virus spreads!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Corona Virus Monitor

Download Corona Virus Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Corona Virus Monitor Corona Virus Monitor
ID beghlmpncmdfdgjnodjfmdllbkkfdgia
Officiële URL https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia
Beschrijving Get notified as the virus spreads!
Bestandsgrootte 172 KB
Aantal Installaties 65
Huidige Versie 1.12
Laatst Bijgewerkt 2020-04-13
Publicatiedatum 2020-04-08
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar OrenPo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}