FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

¿Qué es FIFA 2018 World Cup Live Notifications?

FIFA 2018 World Cup Live Notifications es una extensión de Chrome desarrollada por Uday Kumar Pyda, y su función principal es "Live notifications from the 2018 FIFA World Cup".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FIFA 2018 World Cup Live Notifications

Descarga archivos de extensión FIFA 2018 World Cup Live Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
URL Oficial https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
Descripción Live notifications from the 2018 FIFA World Cup
Tamaño del Archivo 238 KB
Cantidad de Instalaciones 103
Versión Actual 1.0.5
Última Actualización 2018-07-14
Fecha de Publicación 2018-07-14
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Uday Kumar Pyda
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}