Corona Virus Monitor
Get notified as the virus spreads!
Qu'est-ce que Corona Virus Monitor ?
Corona Virus Monitor est une extension Chrome développée par OrenPo, et sa fonction principale est "Get notified as the virus spreads!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Corona Virus Monitor
Téléchargez les fichiers d'extension Corona Virus Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Corona Virus Monitor |
ID | beghlmpncmdfdgjnodjfmdllbkkfdgia |
URL Officiel | https://chromewebstore.google.com/detail/corona-virus-monitor/beghlmpncmdfdgjnodjfmdllbkkfdgia |
Description | Get notified as the virus spreads! |
Taille du Fichier | 172 KB |
Nombre d'Installations | 65 |
Version Actuelle | 1.12 |
Dernière Mise à Jour | 2020-04-13 |
Date de Publication | 2020-04-08 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | OrenPo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |