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
}