CoronaVirus Stats
CoronaVirus (COVID-19) live status & statistics in your country.
Cos'è CoronaVirus Stats?
CoronaVirus Stats è un'estensione di Chrome sviluppata da https://coronastats.pro, e la sua funzione principale è "CoronaVirus (COVID-19) live status & statistics in your country.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CoronaVirus Stats
Scarica i file di estensione CoronaVirus Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gmghabmnibdpibddlfglfpkljmmcjhnb |
| URL Ufficiale | https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb |
| Descrizione | CoronaVirus (COVID-19) live status & statistics in your country. |
| Dimensione del File | 77.61 KB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 2.1.1 |
| Ultimo Aggiornamento | 2020-04-19 |
| Data di Pubblicazione | 2020-04-19 |
| Valutazione | 3.80/5 Totale 5 Valutazioni |
| Sviluppatore | https://coronastats.pro |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://coronastats.pro |
| Lingue Supportate | 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"
]
} | |