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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live notifications from the 2018 FIFA World Cup"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FIFA 2018 World Cup Live Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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