Stay safe from Corona

Provides important information regarding corona virus around you

Hvad er Stay safe from Corona?

Stay safe from Corona er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Provides important information regarding corona virus around you".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Stay safe from Corona-udvidelses-CRX-fil

Download Stay safe from Corona-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Stay safe from Corona Stay safe from Corona
ID nanplldfmpgkiogmopkfjcjcpjmaggld
Officiel URL https://chromewebstore.google.com/detail/stay-safe-from-corona/nanplldfmpgkiogmopkfjcjcpjmaggld
Beskrivelse Provides important information regarding corona virus around you
Filstørrelse 1.83 MB
Antal Installationer 12
Nuværende Version 1.1
Senest Opdateret 2020-03-23
Udgivelsesdato 2020-03-23
Bedømmelse 4.33/5 Samlet 6 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
Hjælpeside-URL https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
Understøttede Sprog 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
}