FFDraftBoard

FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…

FFDraftBoardคืออะไร?

FFDraftBoard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://espndraftboard.com และคุณลักษณะหลักของมันคือ "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FFDraftBoard

ดาวน์โหลดไฟล์ส่วนขยาย FFDraftBoard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which automatically updates has your draft progresses. Impress your league mates with a live draft board for your upcoming fantasy football draft!

How to use: 
Install the chrome extension
Join an ESPN draft
Look for the "Open Draft" button in the top right corner
Open your live draft board and enjoy!

Note:
ESPN draft page must be opened for the draft board to work, you do not need to be tabbed in, but it must be open in chrome. 

The draft board is meant for SNAKE drafts only it will not work for auctions!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FFDraftBoard FFDraftBoard
ID ljnelhiofbippkmbeioamhnjihkecgbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj
คำอธิบาย FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
ขนาดไฟล์ 12.59 KB
จำนวนการติดตั้ง 719
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2023-08-14
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://espndraftboard.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.espndraftboard.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.espndraftboard.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FFDraftBoard",
    "version": "1.2.1",
    "permissions": [],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.espn.com\/football\/draft*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}