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
官方網址 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
}