Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

Football Highlightsคืออะไร?

Football Highlights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.sshd1.com และคุณลักษณะหลักของมันคือ "Missed your favourite Soccer game? Now watch the highlights."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Football Highlights

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}