ESPN Fantasy Period Viewer
Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
O que é ESPN Fantasy Period Viewer?
ESPN Fantasy Period Viewer é uma extensão do Chrome desenvolvida por Fantasy Tools, e sua principal característica é "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ESPN Fantasy Period Viewer
Baixe arquivos de extensão ESPN Fantasy Period Viewer 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
ESPN only allows you to view your opponent's past scoring periods, but this extension will allow you to view their upcoming scoring periods. Currently supports football, basketball, hockey, and baseball.
Informações Básicas da Extensão
Nome | |
ID | eepjkmmnaojphngkfpodmbkdonicfkjb |
URL Oficial | https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb |
Descrição | Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season. |
Tamanho do Arquivo | 76.32 KB |
Contagem de Instalações | 437 |
Versão Atual | 1.0 |
Última Atualização | 2017-10-09 |
Data de Publicação | 2017-10-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Fantasy Tools |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ESPN Fantasy Period Viewer", "description": "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*", "https:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*" ], "js": [ "jquery-3.1.1.min.js", "moment.min.js", "content.js" ] } ] } |