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
官方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"
    ]
}