FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

Vad är FIFA 2018 World Cup Live Notifications?

FIFA 2018 World Cup Live Notifications är en Chrome-tillägg utvecklad av Uday Kumar Pyda, och dess huvudfunktion är "Live notifications from the 2018 FIFA World Cup".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FIFA 2018 World Cup Live Notifications-förlängningens CRX-fil

Ladda ner FIFA 2018 World Cup Live Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
Officiell webbadress https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
Beskrivning Live notifications from the 2018 FIFA World Cup
Filstorlek 238 KB
Antal Installationer 103
Aktuell Version 1.0.5
Senast Uppdaterad 2018-07-14
Publiceringsdatum 2018-07-14
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Uday Kumar Pyda
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}