Coronavirus Status

Coronavirus world-wide live status

Wat is Coronavirus Status?

Coronavirus Status is een Chrome-extensie ontwikkeld door Tamir Nakar, en de belangrijkste functie is "Coronavirus world-wide live status".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coronavirus Status

Download Coronavirus Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Corona Live Status provides real-time information about the Coronavirus situation. 
We monitor various resources and grab the most relevant for you twice per hour.

Permissions : storage only.                    

Basisinformatie over de Extensie

Naam Coronavirus Status Coronavirus Status
ID eegkigcmiffkppnkbeajlifkajjhicep
Officiële URL https://chrome.google.com/webstore/detail/coronavirus-status/eegkigcmiffkppnkbeajlifkajjhicep
Beschrijving Coronavirus world-wide live status
Bestandsgrootte 47.91 KB
Aantal Installaties 265
Huidige Versie 3.2.0
Laatst Bijgewerkt 2020-04-25
Publicatiedatum 2020-04-25
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Tamir Nakar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coronavirus Status",
    "short_name": "CVS",
    "description": "Coronavirus world-wide live status",
    "version": "3.2.0",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Corona Live Status",
        "default_icon": "img\/16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}