Stay safe from Corona

Provides important information regarding corona virus around you

Was ist Stay safe from Corona?

Stay safe from Corona ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Provides important information regarding corona virus around you".

Erweiterungsscreenshots

screenshot
screenshot

Stay safe from Corona-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stay safe from Corona-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Stay safe from Corona Stay safe from Corona
ID nanplldfmpgkiogmopkfjcjcpjmaggld
Offizielle URL https://chromewebstore.google.com/detail/stay-safe-from-corona/nanplldfmpgkiogmopkfjcjcpjmaggld
Beschreibung Provides important information regarding corona virus around you
Dateigröße 1.83 MB
Installationsanzahl 12
Aktuelle Version 1.1
Letztes Update 2020-03-23
Veröffentlichungsdatum 2020-03-23
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
Hilfeseite URL https://github.com/osamaishtiaq/Stay-safe-from-coronavirus
Unterstützte Sprachen 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
}