FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

Qu'est-ce que FIFA 2018 World Cup Live Notifications ?

FIFA 2018 World Cup Live Notifications est une extension Chrome développée par Uday Kumar Pyda, et sa fonction principale est "Live notifications from the 2018 FIFA World Cup".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FIFA 2018 World Cup Live Notifications

Téléchargez les fichiers d'extension FIFA 2018 World Cup Live Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
URL Officiel https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
Description Live notifications from the 2018 FIFA World Cup
Taille du Fichier 238 KB
Nombre d'Installations 103
Version Actuelle 1.0.5
Dernière Mise à Jour 2018-07-14
Date de Publication 2018-07-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur Uday Kumar Pyda
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}