DraftNight Draft Board

DraftNight.com - this extension creates a live draft board for your fantasy football league.

What is DraftNight Draft Board?

DraftNight Draft Board is a Chrome extension developed by draftnight, and its main feature is "DraftNight.com - this extension creates a live draft board for your fantasy football league.".

Extension Screenshots

screenshot
screenshot

Download DraftNight Draft Board Extension CRX File

Download DraftNight Draft Board extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DraftNight Draft Board DraftNight Draft Board
ID mlacoffeehmpkkdajjgmhgcpfkonlnjn
Official URL https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn
Description DraftNight.com - this extension creates a live draft board for your fantasy football league.
File Size 299 KB
Installation Count 590
Current Version 1.0
Last Updated 2021-07-28
Publish Date 2021-07-28
Rating 3.50/5 Total 2 Ratings
Developer draftnight
Email [email protected]
Payment Type free
Extension Website https://www.draftnight.com
Help Page URL https://www.draftnight.com
Supported Languages 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\/*"
    ]
}