COVID-19 in Sri Lanka
CORONA virus victims live updates in Sri Lanka
What is COVID-19 in Sri Lanka?
COVID-19 in Sri Lanka is a Chrome extension developed by Amila Vidanagamage, and its main feature is "CORONA virus victims live updates in Sri Lanka".
Extension Screenshots
Download COVID-19 in Sri Lanka Extension CRX File
Download COVID-19 in Sri Lanka 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
Gives live updates regarding the COVID-19 virus victims in Sri Lanka with rich notifications and hospital details in google maps
Extension Basic Information
Name | COVID-19 in Sri Lanka |
ID | bplcpdbicacgekoaplakbpkaloileajj |
Official URL | https://chromewebstore.google.com/detail/covid-19-in-sri-lanka/bplcpdbicacgekoaplakbpkaloileajj |
Description | CORONA virus victims live updates in Sri Lanka |
File Size | 46.97 KB |
Installation Count | 27 |
Current Version | 1.4 |
Last Updated | 2021-12-15 |
Publish Date | 2020-03-30 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Amila Vidanagamage |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "COVID-19 in Sri Lanka", "version": "1.4", "description": "CORONA virus victims live updates in Sri Lanka ", "icons": { "16": "images\/covid16.png", "48": "images\/covid48.png", "128": "images\/covid128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "browser_action": { "default_popup": "popup.html", "default_title": "COVID-19 in Sri Lanka", "default_icon": { "16": "images\/covid16.png", "48": "images\/covid48.png", "128": "images\/covid128.png" } }, "background": { "page": "background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/maps.googleapis.com; object-src 'self'", "author": "Amila Vidanagamage" } |