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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |