Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

¿Qué es Football Highlights?

Football Highlights es una extensión de Chrome desarrollada por http://www.sshd1.com, y su función principal es "Missed your favourite Soccer game? Now watch the highlights.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Football Highlights

Descarga archivos de extensión Football Highlights 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

                        Missed your favourite Soccer game? Now watch the highlights..
Now you are able to watch all the goals across Europe and international leagues (UEFA Champions League, UEFA Europa League, England, Spain, Italy, France, Germany, USA, Russia, Turkey, Brazil, Argentina, Greece and more than 30 other countries).

And with desktop notification.                    

Información Básica de la Extensión

Nombre Football Highlights Football Highlights
ID gdbmjmckkbjdbakfknedpgpjpcogfkpd
URL Oficial https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd
Descripción Missed your favourite Soccer game? Now watch the highlights.
Tamaño del Archivo 174 KB
Cantidad de Instalaciones 68
Versión Actual 1
Última Actualización 2013-01-07
Fecha de Publicación 2013-01-07
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador http://www.sshd1.com
Tipo de Pago free
Sitio Web de la Extensión http://www.sshd1.com
Idiomas Soportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Football Highlights",
    "version": "1",
    "manifest_version": 2,
    "description": "Missed your favourite Soccer game? Now watch the highlights.",
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/lib.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "http:\/\/www.sshd1.com.com\/news\/",
        "http:\/\/feeds.feedburner.com\/"
    ],
    "web_accessible_resources": [
        "48.png"
    ]
}