Stay safe from Corona

Provides important information regarding corona virus around you

Stay safe from Corona क्या है?

Stay safe from Corona Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides important information regarding corona virus around you"।

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

screenshot
screenshot

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

crx प्रारूप में Stay safe from Corona एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple chrome extension that provides you with important information related to corona-virus around you.
Options
1- Select Location manually or Allow the extension to get your location
2- Get Important statistics regarding corona near the selected location on timely basis
3-Set the update time to either 1 minute, minutes, 10 minutes, 1 hour, 3 hour, 6 hours or daily.                    

एक्सटेंशन की मूल जानकारी

नाम Stay safe from Corona Stay safe from Corona
ID nanplldfmpgkiogmopkfjcjcpjmaggld
आधिकारिक URL https://chromewebstore.google.com/detail/stay-safe-from-corona/nanplldfmpgkiogmopkfjcjcpjmaggld
विवरण Provides important information regarding corona virus around you
फ़ाइल का आकार 1.83 MB
स्थापना संख्या 12
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-03-23
प्रकाशन तिथि 2020-03-23
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
सहायता पृष्ठ URL https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stay safe from Corona",
    "version": "1.1",
    "description": "Provides important information regarding corona virus around you",
    "background": {
        "scripts": [
            "lib\/jquery\/jquery.min.js",
            "fetchstats.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/coronavirus16.png",
            "32": "images\/coronavirus32.png",
            "48": "images\/coronavirus48.png",
            "128": "images\/coronavirus128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "icons": {
        "16": "images\/coronavirus16.png",
        "32": "images\/coronavirus32.png",
        "48": "images\/coronavirus48.png",
        "128": "images\/coronavirus128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.worldometers.info\/coronavirus\/*"
    ],
    "manifest_version": 2
}