DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
O que é DraftNight Draft Board?
DraftNight Draft Board é uma extensão do Chrome desenvolvida por draftnight, e sua principal característica é "DraftNight.com - this extension creates a live draft board for your fantasy football league.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DraftNight Draft Board
Baixe arquivos de extensão DraftNight Draft Board 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
DraftNight.com - create a live draft board for your ESPN fantasy football draft. Once you install this extension, go to your draft page on ESPN. There will be a new button at the top-right that says Draft Board. If the icon is red then there's a problem streaming the league data. If it's green then you're good to go. Click the button and your full-screen draft board will open in a new tab. Remember, you need to keep the ESPN draft page open in a tab - otherwise the steaming will stop and your draft board won't get updated.
Informações Básicas da Extensão
Nome | DraftNight Draft Board |
ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
URL Oficial | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
Descrição | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
Tamanho do Arquivo | 299 KB |
Contagem de Instalações | 590 |
Versão Atual | 1.0 |
Última Atualização | 2021-07-28 |
Data de Publicação | 2021-07-28 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | draftnight |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.draftnight.com |
URL da Página de Ajuda | https://www.draftnight.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DraftNight Draft Board", "description": "DraftNight.com - this extension creates a live draft board for your fantasy football league.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "\/launch.js" ], "content_scripts": [ { "matches": [ "https:\/\/fantasy.espn.com\/football\/*" ], "js": [ "launch.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/fantasy.espn.com\/football\/*" ] } |