Corona Virus Monitor

Get notified as the virus spreads!

Corona Virus Monitor क्या है?

Corona Virus Monitor OrenPo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notified as the virus spreads!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Corona Virus Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}