FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

Wat is FIFA 2018 World Cup Live Notifications?

FIFA 2018 World Cup Live Notifications is een Chrome-extensie ontwikkeld door Uday Kumar Pyda, en de belangrijkste functie is "Live notifications from the 2018 FIFA World Cup".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FIFA 2018 World Cup Live Notifications

Download FIFA 2018 World Cup Live Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
Officiële URL https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
Beschrijving Live notifications from the 2018 FIFA World Cup
Bestandsgrootte 238 KB
Aantal Installaties 103
Huidige Versie 1.0.5
Laatst Bijgewerkt 2018-07-14
Publicatiedatum 2018-07-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Uday Kumar Pyda
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}