DraftNight Draft Board

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

ما هو DraftNight Draft Board؟

DraftNight Draft Board هو إضافة Chrome تم تطويرها بواسطة draftnight، والميزة الرئيسية لها هي "DraftNight.com - this extension creates a live draft board for your fantasy football league.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة DraftNight Draft Board

قم بتنزيل ملفات الامتداد DraftNight Draft Board بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/*"
    ]
}