Coronavirus Live Status | COVID-19 Simulator
Coronavirus live status in your country
Coronavirus Live Status | COVID-19 Simulatorคืออะไร?
Coronavirus Live Status | COVID-19 Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://comfable.com และคุณลักษณะหลักของมันคือ "Coronavirus live status in your country"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coronavirus Live Status | COVID-19 Simulator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |