Football Highlights
Missed your favourite Soccer game? Now watch the highlights.
Qu'est-ce que Football Highlights ?
Football Highlights est une extension Chrome développée par http://www.sshd1.com, et sa fonction principale est "Missed your favourite Soccer game? Now watch the highlights.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Football Highlights
Téléchargez les fichiers d'extension Football Highlights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gdbmjmckkbjdbakfknedpgpjpcogfkpd |
URL Officiel | https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd |
Description | Missed your favourite Soccer game? Now watch the highlights. |
Taille du Fichier | 174 KB |
Nombre d'Installations | 68 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2013-01-07 |
Date de Publication | 2013-01-07 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://www.sshd1.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.sshd1.com |
Langues Prises en Charge | 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" ] } |