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是由Uday Kumar Pyda開發的Chrome擴展程式,該擴展的主要功能是“Live notifications from the 2018 FIFA World Cup”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FIFA 2018 World Cup Live Notifications擴展crx文件

下載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
官方網址 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"
    ]
}