FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

What is FIFA 2018 World Cup Live Notifications?

FIFA 2018 World Cup Live Notifications is a Chrome extension developed by Uday Kumar Pyda, and its main feature is "Live notifications from the 2018 FIFA World Cup".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FIFA 2018 World Cup Live Notifications Extension CRX File

Download FIFA 2018 World Cup Live Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
Official URL https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
Description Live notifications from the 2018 FIFA World Cup
File Size 238 KB
Installation Count 103
Current Version 1.0.5
Last Updated 2018-07-14
Publish Date 2018-07-14
Rating 5.00/5 Total 3 Ratings
Developer Uday Kumar Pyda
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}