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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}