Corona Virus Monitor

Get notified as the virus spreads!

Vad är Corona Virus Monitor?

Corona Virus Monitor är en Chrome-tillägg utvecklad av OrenPo, och dess huvudfunktion är "Get notified as the virus spreads!".

Tilläggsskärmbilder

screenshot

Ladda ner Corona Virus Monitor-förlängningens CRX-fil

Ladda ner Corona Virus Monitor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Corona Virus Monitor Corona Virus Monitor
ID beghlmpncmdfdgjnodjfmdllbkkfdgia
Officiell webbadress https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia
Beskrivning Get notified as the virus spreads!
Filstorlek 172 KB
Antal Installationer 65
Aktuell Version 1.12
Senast Uppdaterad 2020-04-13
Publiceringsdatum 2020-04-08
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare OrenPo
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}