Football Highlights
Missed your favourite Soccer game? Now watch the highlights.
O que é Football Highlights?
Football Highlights é uma extensão do Chrome desenvolvida por http://www.sshd1.com, e sua principal característica é "Missed your favourite Soccer game? Now watch the highlights.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Football Highlights
Baixe arquivos de extensão Football Highlights no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gdbmjmckkbjdbakfknedpgpjpcogfkpd |
URL Oficial | https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd |
Descrição | Missed your favourite Soccer game? Now watch the highlights. |
Tamanho do Arquivo | 174 KB |
Contagem de Instalações | 68 |
Versão Atual | 1 |
Última Atualização | 2013-01-07 |
Data de Publicação | 2013-01-07 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | http://www.sshd1.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.sshd1.com |
Idiomas Suportados | 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" ] } |