Corona Virus Monitor
Get notified as the virus spreads!
Apa itu Corona Virus Monitor?
Corona Virus Monitor adalah ekstensi Chrome yang dikembangkan oleh OrenPo, dan fitur utamanya adalah "Get notified as the virus spreads!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Corona Virus Monitor
Unduh file ekstensi Corona Virus Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Corona virus Monitoring will sound an audible notification each time the death toll from the Corona Virus Increases. "Another one bites the dust" for the first death, "And another one gone" for each additional case (limited to 10 people in an update) * New for version 1.12 - Country Selection * New for version 1.11 - Snooze button ©2020 OrenPo
Informasi Dasar Ekstensi
Nama | Corona Virus Monitor |
ID | beghlmpncmdfdgjnodjfmdllbkkfdgia |
URL Resmi | https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia |
Deskripsi | Get notified as the virus spreads! |
Ukuran File | 172 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.12 |
Terakhir Diperbarui | 2020-04-13 |
Tanggal Publikasi | 2020-04-08 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | OrenPo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Corona Virus Monitor", "short_name": "COVID19MON", "version": "1.12", "description": "Get notified as the virus spreads!", "permissions": [ "storage", "alarms", "https:\/\/www.worldometers.info\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/128px-070-face-with-medical-mask.png" } }, "icons": { "128": "images\/128px-070-face-with-medical-mask.png" }, "manifest_version": 2 } |