FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

FIFA 2018 World Cup Live Notificationsคืออะไร?

FIFA 2018 World Cup Live Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Uday Kumar Pyda และคุณลักษณะหลักของมันคือ "Live notifications from the 2018 FIFA World Cup"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FIFA 2018 World Cup Live Notifications

ดาวน์โหลดไฟล์ส่วนขยาย FIFA 2018 World Cup Live Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Install this extension to get notified of important events from the ongoing 2018 FIFA world cup without having to constantly monitor the games. Notifications auto dismiss in 10 seconds, so it is totally unobtrusive.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
คำอธิบาย Live notifications from the 2018 FIFA World Cup
ขนาดไฟล์ 238 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2018-07-14
วันที่เผยแพร่ 2018-07-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Uday Kumar Pyda
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 2018 World Cup Live Notifications",
    "version": "1.0.5",
    "description": "Live notifications from the 2018 FIFA World Cup",
    "browser_action": {
        "default_icon": "fifa.png",
        "default_title": "2018 FIFA World Cup",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "google-analytics-bundle.js",
            "jquery-1.9.1.min.js",
            "moment.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "fifa48.png",
        "128": "fifa128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.fifa.com\/",
        "https:\/\/*.fifa.com\/",
        "https:\/\/www.google-analytics.com\/*",
        "notifications",
        "storage",
        "tts"
    ],
    "web_accessible_resources": [
        "fifa48.png"
    ]
}