Corona Virus Monitor

Get notified as the virus spreads!

Corona Virus Monitor là gì?

Corona Virus Monitor là một tiện ích mở rộng Chrome được phát triển bởi OrenPo, và tính năng chính của nó là "Get notified as the virus spreads!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Corona Virus Monitor

Tải xuống các tệp mở rộng Corona Virus Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Corona Virus Monitor Corona Virus Monitor
ID beghlmpncmdfdgjnodjfmdllbkkfdgia
URL Chính Thức https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia
Mô tả Get notified as the virus spreads!
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2020-04-13
Ngày Phát Hành 2020-04-08
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển OrenPo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}