Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

Was ist Football Highlights?

Football Highlights ist eine Chrome-Erweiterung, die von http://www.sshd1.com entwickelt wurde, und ihr Hauptmerkmal ist "Missed your favourite Soccer game? Now watch the highlights.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Football Highlights-Erweiterungs-CRX-Datei herunterladen

Laden Sie Football Highlights-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Football Highlights Football Highlights
ID gdbmjmckkbjdbakfknedpgpjpcogfkpd
Offizielle URL https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd
Beschreibung Missed your favourite Soccer game? Now watch the highlights.
Dateigröße 174 KB
Installationsanzahl 68
Aktuelle Version 1
Letztes Update 2013-01-07
Veröffentlichungsdatum 2013-01-07
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.sshd1.com
Zahlungsart free
Erweiterungswebsite http://www.sshd1.com
Unterstützte Sprachen 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"
    ]
}