DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
Co je DraftNight Draft Board?
DraftNight Draft Board je rozšíření Chrome vyvinuté draftnight, a jeho hlavní funkcí je „DraftNight.com - this extension creates a live draft board for your fantasy football league.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DraftNight Draft Board
Stáhněte si soubory rozšíření DraftNight Draft Board ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | DraftNight Draft Board |
ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
Oficiální URL | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
Popis | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
Velikost souboru | 299 KB |
Počet instalací | 590 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-07-28 |
Datum Vydání | 2021-07-28 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | draftnight |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.draftnight.com |
URL Stránky Nápovědy | https://www.draftnight.com |
Podporované Jazyky | 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\/*" ] } |