CoronaVirus Stats
CoronaVirus (COVID-19) live status & statistics in your country.
Wat is CoronaVirus Stats?
CoronaVirus Stats is een Chrome-extensie ontwikkeld door https://coronastats.pro, en de belangrijkste functie is "CoronaVirus (COVID-19) live status & statistics in your country.".
Extensie Screenshots
Download het CRX-bestand van de extensie CoronaVirus Stats
Download CoronaVirus Stats-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
Coronavirus (COVID-19) live status & statistics in your country.
Coronavirus Live Status provides real-time information about the coronavirus (COVID-19) outbreak on the new tab page.
The extension badge will show you the confirmed cases from your country. Basisinformatie over de Extensie
| Naam | |
| ID | gmghabmnibdpibddlfglfpkljmmcjhnb |
| Officiële URL | https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb |
| Beschrijving | CoronaVirus (COVID-19) live status & statistics in your country. |
| Bestandsgrootte | 77.61 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 2.1.1 |
| Laatst Bijgewerkt | 2020-04-19 |
| Publicatiedatum | 2020-04-19 |
| Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://coronastats.pro |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://coronastats.pro |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CoronaVirus Stats",
"version": "2.1.1",
"description": "CoronaVirus (COVID-19) live status & statistics in your country.",
"browser_action": {
"default_icon": "img\/favicon-16x16.png"
},
"icons": {
"16": "img\/favicon-16x16.png",
"128": "img\/favicon-128x128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"alarms",
"http:\/\/coronastats.pro",
"http:\/\/www.ip-api.com"
]
} | |