Next Olympic Games Countdown

Official Next Olympic Games Extension. Discover when the next olympic games will take place.

Hvad er Next Olympic Games Countdown?

Next Olympic Games Countdown er en Chrome-udvidelse udviklet af blueneptuno, og dens hovedfunktion er "Official Next Olympic Games Extension. Discover when the next olympic games will take place.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Next Olympic Games Countdown-udvidelses-CRX-fil

Download Next Olympic Games Countdown-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

                        Next Olympic Games Countdown, aka NOG, allows you to have at your fingertips the countdown for the next Olympic Games, summer or winter through a beautiful counter formed by the famous 5 Olympic circles.                    

Grundlæggende oplysninger om udvidelsen

Navn Next Olympic Games Countdown Next Olympic Games Countdown
ID okchfmhoeacmbmfpcjkoddhjgpjpelep
Officiel URL https://chromewebstore.google.com/detail/next-olympic-games-countd/okchfmhoeacmbmfpcjkoddhjgpjpelep
Beskrivelse Official Next Olympic Games Extension. Discover when the next olympic games will take place.
Filstørrelse 429 KB
Antal Installationer 98
Nuværende Version 0.1.0.1
Senest Opdateret 2022-02-05
Udgivelsesdato 2021-06-19
Udvikler blueneptuno
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://nextolympicgames.com/
URL til Fortrolighedspolitik Side https://www.iubenda.com/privacy-policy/80423094
Understøttede Sprog en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "0.1.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.nextolympicgames.com\/*"
    ],
    "action": {
        "default_popup": "main.html?popup=true",
        "default_icon": {
            "16": "\/images\/main16.png",
            "32": "\/images\/main32.png",
            "48": "\/images\/main48.png",
            "128": "\/images\/main128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/images\/main16.png",
        "32": "\/images\/main32.png",
        "48": "\/images\/main48.png",
        "128": "\/images\/main128.png"
    }
}