Gametracker

Beautiful, real-time scores.

O que é Gametracker?

Gametracker é uma extensão do Chrome desenvolvida por Naeem, e sua principal característica é "Beautiful, real-time scores.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gametracker

Baixe arquivos de extensão Gametracker 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

                        Annoyed with constantly having to open NBA.com to view scores? The Ballfeed app is a simple, lightweight way of viewing scores real-time without having to change tabs -- convenient for checking out/keeping updated with scores while working or browsing other pages.

If you find this extension useful, please rate and review so we can add more features to the application. :)




Icons made by Elegant Themes(http://www.flaticon.com/authors/elegant-themes) licensed by CC BY 3.0                    

Informações Básicas da Extensão

Nome Gametracker Gametracker
ID lncdjfdkfimicokbdfciamfahpbpfbhj
URL Oficial https://chrome.google.com/webstore/detail/gametracker/lncdjfdkfimicokbdfciamfahpbpfbhj
Descrição Beautiful, real-time scores.
Tamanho do Arquivo 639 KB
Contagem de Instalações 296
Versão Atual 1.4.2
Última Atualização 2015-03-23
Data de Publicação 2015-03-23
Classificação 4.50/5 Total de 62 Avaliações
Desenvolvedor Naeem
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gametracker",
    "description": "Beautiful, real-time scores.",
    "version": "1.4.2",
    "browser_action": {
        "default_icon": "imgs\/new_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/nba-stats-si.herokuapp.com\/v1\/*"
    ]
}