Coronavirus Live Status | COVID-19 Simulator

Coronavirus live status in your country

Coronavirus Live Status | COVID-19 Simulator क्या है?

Coronavirus Live Status | COVID-19 Simulator https://comfable.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coronavirus live status in your country"।

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

screenshot
screenshot

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

crx प्रारूप में Coronavirus Live Status | COVID-19 Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The Coronavirus Live Status is a platform that provides you with the latest updates on the COVID-19 pandemic. With its extension badge, you can easily check the number of confirmed cases in your country. Plus, it has a simulation tool that shows how the virus spreads and how social distancing can help slow down its spread. If you want to check it out, just click on the badge icon and you'll be able to see a sample simulation for 100 people. Stay safe and healthy!                    

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

नाम Coronavirus Live Status | COVID-19 Simulator Coronavirus Live Status | COVID-19 Simulator
ID ilfokbeknllmcepedkagnjciemcjncpc
आधिकारिक URL https://chromewebstore.google.com/detail/coronavirus-live-status-c/ilfokbeknllmcepedkagnjciemcjncpc
विवरण Coronavirus live status in your country
फ़ाइल का आकार 294 KB
स्थापना संख्या 1,875
वर्तमान संस्करण 0.4.6
अंतिम अपडेट 2023-03-29
प्रकाशन तिथि 2020-05-21
रेटिंग 4.87/5 कुल 45 रेटिंग्स
डेवलपर https://comfable.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://comfable.com
सहायता पृष्ठ URL https://comfable.com/consulting/
गोपनीयता नीति पृष्ठ URL https://uvweather.net/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coronavirus Live Status | COVID-19 Simulator",
    "version": "0.4.6",
    "description": "Coronavirus live status in your country",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/moment.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/cors.uvw.workers.dev https:\/\/coronavirusapi.com https:\/\/ipinfo.io https:\/\/pomber.github.io https:\/\/corona.lmao.ninja https:\/\/covid19.mathdro.id; object-src 'self'",
    "browser_action": {
        "default_title": "Coronavirus Live Status | COVID-19",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "coronavirus_128.png"
        }
    },
    "icons": {
        "16": "coronavirus_16.png",
        "32": "coronavirus_32.png",
        "48": "coronavirus_48.png",
        "128": "coronavirus_128.png"
    },
    "manifest_version": 2
}