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
官方網址 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
電子郵箱 [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"
    }
}