Next Olympic Games Countdown

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

Next Olympic Games Countdownとは何ですか?

Next Olympic Games Countdownはblueneptunoによって開発されたChromeの拡張機能で、その主な機能は「Official Next Olympic Games Extension. Discover when the next olympic games will take place.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Next Olympic Games Countdown拡張機能のCRXファイルをダウンロード

Next Olympic Games Countdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Next Olympic Games Countdown Next Olympic Games Countdown
ID okchfmhoeacmbmfpcjkoddhjgpjpelep
公式URL https://chromewebstore.google.com/detail/next-olympic-games-countd/okchfmhoeacmbmfpcjkoddhjgpjpelep
説明 Official Next Olympic Games Extension. Discover when the next olympic games will take place.
ファイルサイズ 429 KB
インストール数 98
現在のバージョン 0.1.0.1
最終更新日 2022-02-05
公開日 2021-06-19
開発者 blueneptuno
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nextolympicgames.com/
プライバシーポリシーページのURL https://www.iubenda.com/privacy-policy/80423094
対応言語 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"
    }
}