Football Highlights
Missed your favourite Soccer game? Now watch the highlights.
What is Football Highlights?
Football Highlights is a Chrome extension developed by http://www.sshd1.com, and its main feature is "Missed your favourite Soccer game? Now watch the highlights.".
Extension Screenshots
Download Football Highlights Extension CRX File
Download Football Highlights extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gdbmjmckkbjdbakfknedpgpjpcogfkpd |
Official URL | https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd |
Description | Missed your favourite Soccer game? Now watch the highlights. |
File Size | 174 KB |
Installation Count | 68 |
Current Version | 1 |
Last Updated | 2013-01-07 |
Publish Date | 2013-01-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://www.sshd1.com |
Payment Type | free |
Extension Website | http://www.sshd1.com |
Supported Languages | 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" ] } |