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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blueneptuno และคุณลักษณะหลักของมันคือ "Official Next Olympic Games Extension. Discover when the next olympic games will take place."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next Olympic Games Countdown

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}