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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}