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によって開発されたChromeの拡張機能で、その主な機能は「Coronavirus live status in your country」です。

拡張機能のスクリーンショット

screenshot
screenshot

Coronavirus Live Status | COVID-19 Simulator拡張機能のCRXファイルをダウンロード

Coronavirus Live Status | COVID-19 Simulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}