Next Olympic Games Countdown

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

Qu'est-ce que Next Olympic Games Countdown ?

Next Olympic Games Countdown est une extension Chrome développée par blueneptuno, et sa fonction principale est "Official Next Olympic Games Extension. Discover when the next olympic games will take place.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Next Olympic Games Countdown

Téléchargez les fichiers d'extension Next Olympic Games Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Next Olympic Games Countdown Next Olympic Games Countdown
ID okchfmhoeacmbmfpcjkoddhjgpjpelep
URL Officiel https://chromewebstore.google.com/detail/next-olympic-games-countd/okchfmhoeacmbmfpcjkoddhjgpjpelep
Description Official Next Olympic Games Extension. Discover when the next olympic games will take place.
Taille du Fichier 429 KB
Nombre d'Installations 98
Version Actuelle 0.1.0.1
Dernière Mise à Jour 2022-02-05
Date de Publication 2021-06-19
Développeur blueneptuno
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nextolympicgames.com/
URL de la Page de Politique de Confidentialité https://www.iubenda.com/privacy-policy/80423094
Langues Prises en Charge 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"
    }
}