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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}