Stay safe from Corona
Provides important information regarding corona virus around you
What is Stay safe from Corona?
Stay safe from Corona is a Chrome extension developed by Unknown, and its main feature is "Provides important information regarding corona virus around you".
Extension Screenshots
Download Stay safe from Corona Extension CRX File
Download Stay safe from Corona 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
A simple chrome extension that provides you with important information related to corona-virus around you. Options 1- Select Location manually or Allow the extension to get your location 2- Get Important statistics regarding corona near the selected location on timely basis 3-Set the update time to either 1 minute, minutes, 10 minutes, 1 hour, 3 hour, 6 hours or daily.
Extension Basic Information
Name | Stay safe from Corona |
ID | nanplldfmpgkiogmopkfjcjcpjmaggld |
Official URL | https://chromewebstore.google.com/detail/stay-safe-from-corona/nanplldfmpgkiogmopkfjcjcpjmaggld |
Description | Provides important information regarding corona virus around you |
File Size | 1.83 MB |
Installation Count | 12 |
Current Version | 1.1 |
Last Updated | 2020-03-23 |
Publish Date | 2020-03-23 |
Rating | 4.33/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/osamaishtiaq/Stay-safe-from-coronavirus |
Help Page URL | https://github.com/osamaishtiaq/Stay-safe-from-coronavirus |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stay safe from Corona", "version": "1.1", "description": "Provides important information regarding corona virus around you", "background": { "scripts": [ "lib\/jquery\/jquery.min.js", "fetchstats.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "images\/coronavirus16.png", "32": "images\/coronavirus32.png", "48": "images\/coronavirus48.png", "128": "images\/coronavirus128.png" }, "default_popup": "popup.html" }, "options_page": "option.html", "icons": { "16": "images\/coronavirus16.png", "32": "images\/coronavirus32.png", "48": "images\/coronavirus48.png", "128": "images\/coronavirus128.png" }, "permissions": [ "storage", "*:\/\/*.worldometers.info\/coronavirus\/*" ], "manifest_version": 2 } |