FFDraftBoard
FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
O que é FFDraftBoard?
FFDraftBoard é uma extensão do Chrome desenvolvida por https://espndraftboard.com, e sua principal característica é "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FFDraftBoard
Baixe arquivos de extensão FFDraftBoard 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
FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which automatically updates has your draft progresses. Impress your league mates with a live draft board for your upcoming fantasy football draft! How to use: Install the chrome extension Join an ESPN draft Look for the "Open Draft" button in the top right corner Open your live draft board and enjoy! Note: ESPN draft page must be opened for the draft board to work, you do not need to be tabbed in, but it must be open in chrome. The draft board is meant for SNAKE drafts only it will not work for auctions!
Informações Básicas da Extensão
Nome | FFDraftBoard |
ID | ljnelhiofbippkmbeioamhnjihkecgbj |
URL Oficial | https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj |
Descrição | FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which… |
Tamanho do Arquivo | 12.59 KB |
Contagem de Instalações | 719 |
Versão Atual | 1.2.1 |
Última Atualização | 2023-10-24 |
Data de Publicação | 2023-08-14 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://espndraftboard.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.espndraftboard.com/ |
URL da Página de Política de Privacidade | https://www.espndraftboard.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FFDraftBoard", "version": "1.2.1", "permissions": [], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/fantasy.espn.com\/football\/draft*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |