DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
¿Qué es DraftNight Draft Board?
DraftNight Draft Board es una extensión de Chrome desarrollada por draftnight, y su función principal es "DraftNight.com - this extension creates a live draft board for your fantasy football league.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DraftNight Draft Board
Descarga archivos de extensión DraftNight Draft Board en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | DraftNight Draft Board |
ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
URL Oficial | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
Descripción | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
Tamaño del Archivo | 299 KB |
Cantidad de Instalaciones | 590 |
Versión Actual | 1.0 |
Última Actualización | 2021-07-28 |
Fecha de Publicación | 2021-07-28 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | draftnight |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.draftnight.com |
URL de la Página de Ayuda | https://www.draftnight.com |
Idiomas Soportados | 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\/*" ] } |