Coronavirus Status
Coronavirus world-wide live status
What is Coronavirus Status?
Coronavirus Status is a Chrome extension developed by Tamir Nakar, and its main feature is "Coronavirus world-wide live status".
Extension Screenshots
Download Coronavirus Status Extension CRX File
Download Coronavirus Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Corona Live Status provides real-time information about the Coronavirus situation. We monitor various resources and grab the most relevant for you twice per hour. Permissions : storage only.
Extension Basic Information
Name | |
ID | eegkigcmiffkppnkbeajlifkajjhicep |
Official URL | https://chrome.google.com/webstore/detail/coronavirus-status/eegkigcmiffkppnkbeajlifkajjhicep |
Description | Coronavirus world-wide live status |
File Size | 47.91 KB |
Installation Count | 265 |
Current Version | 3.2.0 |
Last Updated | 2020-04-25 |
Publish Date | 2020-04-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Tamir Nakar |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coronavirus Status", "short_name": "CVS", "description": "Coronavirus world-wide live status", "version": "3.2.0", "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Corona Live Status", "default_icon": "img\/16x16.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |