Corona Go

This extension gives the main statistics of the virus based on country

What is Corona Go?

Corona Go is a Chrome extension developed by Zentropy, and its main feature is "This extension gives the main statistics of the virus based on country".

Extension Screenshots

screenshot
screenshot

Download Corona Go Extension CRX File

Download Corona Go 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

                        This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic.

Icon inspiration -> https://illlustrations.co/                    

Extension Basic Information

Name Corona Go Corona Go
ID melepcmjondelpojpfnbalacgilafdfk
Official URL https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk
Description This extension gives the main statistics of the virus based on country
File Size 693 KB
Installation Count 15
Current Version 1.1
Last Updated 2020-04-25
Publish Date 2020-04-25
Rating 5.00/5 Total 4 Ratings
Developer Zentropy
Payment Type free
Extension Website https://uxsprout.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Corona Go",
    "description": "This extension gives the main statistics of the virus based on country",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "COVID'19 Stats"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'sha256-Oxf3ha15MFUqOEy4\/gSiQXxLFdQhxOWKcGQ8BXqW1UA='; object-src 'self'",
    "short_name": "React App",
    "icons": {
        "128": "Frame 4.png",
        "48": "Frame 3.png",
        "16": "Frame 2.png"
    }
}