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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}