Football Highlights
Missed your favourite Soccer game? Now watch the highlights.
Football Highlights là gì?
Football Highlights là một tiện ích mở rộng Chrome được phát triển bởi http://www.sshd1.com, và tính năng chính của nó là "Missed your favourite Soccer game? Now watch the highlights.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Football Highlights
Tải xuống các tệp mở rộng Football Highlights dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gdbmjmckkbjdbakfknedpgpjpcogfkpd |
URL Chính Thức | https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd |
Mô tả | Missed your favourite Soccer game? Now watch the highlights. |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2013-01-07 |
Ngày Phát Hành | 2013-01-07 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.sshd1.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.sshd1.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |