CoronaVirus Stats
CoronaVirus (COVID-19) live status & statistics in your country.
Co to jest CoronaVirus Stats?
CoronaVirus Stats to rozszerzenie Chrome opracowane przez https://coronastats.pro, a jego główną funkcją jest „CoronaVirus (COVID-19) live status & statistics in your country.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CoronaVirus Stats
Pobierz pliki rozszerzeń CoronaVirus Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gmghabmnibdpibddlfglfpkljmmcjhnb |
| Oficjalny URL | https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb |
| Opis | CoronaVirus (COVID-19) live status & statistics in your country. |
| Rozmiar pliku | 77.61 KB |
| Liczba instalacji | 33 |
| Aktualna Wersja | 2.1.1 |
| Ostatnia Aktualizacja | 2020-04-19 |
| Data Publikacji | 2020-04-19 |
| Ocena | 3.80/5 Łącznie 5 Oceny |
| Deweloper | https://coronastats.pro |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://coronastats.pro |
| Obsługiwane Języki | 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"
]
} | |