Next Olympic Games Countdown

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

Wat is Next Olympic Games Countdown?

Next Olympic Games Countdown is een Chrome-extensie ontwikkeld door blueneptuno, en de belangrijkste functie is "Official Next Olympic Games Extension. Discover when the next olympic games will take place.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Next Olympic Games Countdown

Download Next Olympic Games Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Next Olympic Games Countdown Next Olympic Games Countdown
ID okchfmhoeacmbmfpcjkoddhjgpjpelep
Officiële URL https://chromewebstore.google.com/detail/next-olympic-games-countd/okchfmhoeacmbmfpcjkoddhjgpjpelep
Beschrijving Official Next Olympic Games Extension. Discover when the next olympic games will take place.
Bestandsgrootte 429 KB
Aantal Installaties 98
Huidige Versie 0.1.0.1
Laatst Bijgewerkt 2022-02-05
Publicatiedatum 2021-06-19
Ontwikkelaar blueneptuno
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nextolympicgames.com/
URL van de Privacybeleid Pagina https://www.iubenda.com/privacy-policy/80423094
Ondersteunde Talen 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"
    }
}