Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

Co to jest Football Highlights?

Football Highlights to rozszerzenie Chrome opracowane przez http://www.sshd1.com, a jego główną funkcją jest „Missed your favourite Soccer game? Now watch the highlights.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Football Highlights

Pobierz pliki rozszerzeń Football Highlights w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Football Highlights Football Highlights
ID gdbmjmckkbjdbakfknedpgpjpcogfkpd
Oficjalny URL https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd
Opis Missed your favourite Soccer game? Now watch the highlights.
Rozmiar pliku 174 KB
Liczba instalacji 68
Aktualna Wersja 1
Ostatnia Aktualizacja 2013-01-07
Data Publikacji 2013-01-07
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper http://www.sshd1.com
Typ Płatności free
Strona Rozszerzenia http://www.sshd1.com
Obsługiwane Języki 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"
    ]
}