Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

Vad är Football Highlights?

Football Highlights är en Chrome-tillägg utvecklad av http://www.sshd1.com, och dess huvudfunktion är "Missed your favourite Soccer game? Now watch the highlights.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Football Highlights-förlängningens CRX-fil

Ladda ner Football Highlights-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Football Highlights Football Highlights
ID gdbmjmckkbjdbakfknedpgpjpcogfkpd
Officiell webbadress https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd
Beskrivning Missed your favourite Soccer game? Now watch the highlights.
Filstorlek 174 KB
Antal Installationer 68
Aktuell Version 1
Senast Uppdaterad 2013-01-07
Publiceringsdatum 2013-01-07
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare http://www.sshd1.com
Betalningssätt free
Tilläggswebbplats http://www.sshd1.com
Stödda Språk 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"
    ]
}