ESPN Fanduel
Show Fanduel points in ESPN boxscores
O que é ESPN Fanduel?
ESPN Fanduel é uma extensão do Chrome desenvolvida por Justin D, e sua principal característica é "Show Fanduel points in ESPN boxscores".
Baixar o arquivo CRX da Extensão ESPN Fanduel
Baixe arquivos de extensão ESPN Fanduel 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
Show's Fanduel points in the tables of an ESPN boxscore
Informações Básicas da Extensão
Nome | ![]() |
ID | andjabhnjofjefgcocbmcmdfgojbafgn |
URL Oficial | https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn |
Descrição | Show Fanduel points in ESPN boxscores |
Tamanho do Arquivo | 50.99 KB |
Contagem de Instalações | 18 |
Versão Atual | 0.0.5 |
Última Atualização | 2016-03-10 |
Data de Publicação | 2016-03-10 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Justin D |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ESPN Fanduel", "description": "Show Fanduel points in ESPN boxscores", "version": "0.0.5", "icons": { "128": "large.png" }, "content_scripts": [ { "matches": [ "http:\/\/scores.espn.go.com\/ncb\/*", "https:\/\/scores.espn.go.com\/ncb\/*", "http:\/\/espn.go.com\/mens-college-basketball\/*", "https:\/\/espn.go.com\/mens-college-basketball\/*", "http:\/\/espn.go.com\/ncb\/*", "https:\/\/espn.go.com\/ncb\/*" ], "js": [ "jquery-2.0.3.min.js", "fanduel.js" ] } ], "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |