CoronaVirus Stats

CoronaVirus (COVID-19) live status & statistics in your country.

Vad är CoronaVirus Stats?

CoronaVirus Stats är en Chrome-tillägg utvecklad av https://coronastats.pro, och dess huvudfunktion är "CoronaVirus (COVID-19) live status & statistics in your country.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CoronaVirus Stats-förlängningens CRX-fil

Ladda ner CoronaVirus Stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CoronaVirus Stats CoronaVirus Stats
ID gmghabmnibdpibddlfglfpkljmmcjhnb
Officiell webbadress https://chromewebstore.google.com/detail/coronavirus-stats/gmghabmnibdpibddlfglfpkljmmcjhnb
Beskrivning CoronaVirus (COVID-19) live status & statistics in your country.
Filstorlek 77.61 KB
Antal Installationer 33
Aktuell Version 2.1.1
Senast Uppdaterad 2020-04-19
Publiceringsdatum 2020-04-19
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare https://coronastats.pro
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://coronastats.pro
Stödda Språk 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"
    ]
}