CoronaVirus Stats
CoronaVirus (COVID-19) live status & statistics in your country.
Hvad er CoronaVirus Stats?
CoronaVirus Stats er en Chrome-udvidelse udviklet af https://coronastats.pro, og dens hovedfunktion er "CoronaVirus (COVID-19) live status & statistics in your country.".
Udvidelsesskærmbilleder
Download CoronaVirus Stats-udvidelses-CRX-fil
Download CoronaVirus Stats-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gmghabmnibdpibddlfglfpkljmmcjhnb |
| Officiel URL | https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb |
| Beskrivelse | CoronaVirus (COVID-19) live status & statistics in your country. |
| Filstørrelse | 77.61 KB |
| Antal Installationer | 33 |
| Nuværende Version | 2.1.1 |
| Senest Opdateret | 2020-04-19 |
| Udgivelsesdato | 2020-04-19 |
| Bedømmelse | 3.80/5 Samlet 5 Bedømmelser |
| Udvikler | https://coronastats.pro |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://coronastats.pro |
| Understøttede Sprog | 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"
]
} | |