DraftNight Draft Board

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

DraftNight Draft Board क्या है?

DraftNight Draft Board draftnight द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DraftNight.com - this extension creates a live draft board for your fantasy football league."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DraftNight Draft Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम DraftNight Draft Board DraftNight Draft Board
ID mlacoffeehmpkkdajjgmhgcpfkonlnjn
आधिकारिक URL https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn
विवरण DraftNight.com - this extension creates a live draft board for your fantasy football league.
फ़ाइल का आकार 299 KB
स्थापना संख्या 590
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-07-28
प्रकाशन तिथि 2021-07-28
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर draftnight
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.draftnight.com
सहायता पृष्ठ URL https://www.draftnight.com
समर्थित भाषाएँ 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\/*"
    ]
}