Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

什麼是Football Highlights?

Football Highlights是由http://www.sshd1.com開發的Chrome擴展程式,該擴展的主要功能是“Missed your favourite Soccer game? Now watch the highlights.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Football Highlights擴展crx文件

下載Football Highlights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Football Highlights Football Highlights
ID gdbmjmckkbjdbakfknedpgpjpcogfkpd
官方網址 https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd
簡介 Missed your favourite Soccer game? Now watch the highlights.
檔案大小 174 KB
安裝次數 68
目前版本 1
更新時間 2013-01-07
上架時間 2013-01-07
評分 3.00/5 共 2 次評分
開發者 http://www.sshd1.com
付費類型 free
擴展官網 http://www.sshd1.com
支援的語言 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"
    ]
}