Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

Cos'è Football Highlights?

Football Highlights è un'estensione di Chrome sviluppata da http://www.sshd1.com, e la sua funzione principale è "Missed your favourite Soccer game? Now watch the highlights.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Football Highlights

Scarica i file di estensione Football Highlights in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Football Highlights Football Highlights
ID gdbmjmckkbjdbakfknedpgpjpcogfkpd
URL Ufficiale https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd
Descrizione Missed your favourite Soccer game? Now watch the highlights.
Dimensione del File 174 KB
Conteggio Installazioni 68
Versione Corrente 1
Ultimo Aggiornamento 2013-01-07
Data di Pubblicazione 2013-01-07
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://www.sshd1.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.sshd1.com
Lingue Supportate 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"
    ]
}