Corona Virus Monitor

Get notified as the virus spreads!

Что такое Corona Virus Monitor?

Corona Virus Monitor - это расширение Chrome, разработанное OrenPo, и его основная функция - "Get notified as the virus spreads!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Corona Virus Monitor

Скачайте файлы расширений Corona Virus Monitor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Corona Virus Monitor Corona Virus Monitor
ID beghlmpncmdfdgjnodjfmdllbkkfdgia
Официальный URL https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia
Описание Get notified as the virus spreads!
Размер файла 172 KB
Количество установок 65
Текущая Версия 1.12
Последнее Обновление 2020-04-13
Дата публикации 2020-04-08
Рейтинг 4.83/5 Всего 6 оценок
Разработчик OrenPo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}