ESPN Fantasy Baseball Plus
Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.
O que é ESPN Fantasy Baseball Plus?
ESPN Fantasy Baseball Plus é uma extensão do Chrome desenvolvida por mirotrem, e sua principal característica é "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ESPN Fantasy Baseball Plus
Baixe arquivos de extensão ESPN Fantasy Baseball Plus 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
This extension adds more detailed stats to the player overview and team page. Currently it adds: Pitching: + Pitch Count + BABIP + FIP + Career ERA,WHIP,BABIP,FIP Batting: + OBP + BB Season Total + BB per game + BABIP + 3Y Avg of BA,BABIP,OBP + Career Avg of BA,BABIP,OBP
Informações Básicas da Extensão
Nome | ESPN Fantasy Baseball Plus |
ID | cfdpkcilphoagajilmpeecdeobohfbcb |
URL Oficial | https://chromewebstore.google.com/detail/espn-fantasy-baseball-plu/cfdpkcilphoagajilmpeecdeobohfbcb |
Descrição | Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler. |
Tamanho do Arquivo | 95.98 KB |
Contagem de Instalações | 227 |
Versão Atual | 0.7.3 |
Última Atualização | 2015-05-18 |
Data de Publicação | 2015-05-17 |
Classificação | 3.93/5 Total de 15 Avaliações |
Desenvolvedor | mirotrem |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ESPN Fantasy Baseball Plus", "version": "0.7.3", "manifest_version": 2, "description": "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.", "permissions": [ "http:\/\/espn.go.com\/\/*", "http:\/\/games.espn.go.com\/*", "http:\/\/www.fangraphs.com\/*", "webRequest" ], "icons": { "48": "espnPlusLogo-48.png", "128": "espnPlusLogo-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/games.espn.go.com\/flb\/*" ], "js": [ "jquery.js", "contentscript.js" ] } ] } |