FFDraftBoard

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

FFDraftBoard là gì?

FFDraftBoard là một tiện ích mở rộng Chrome được phát triển bởi https://espndraftboard.com, và tính năng chính của nó là "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FFDraftBoard

Tải xuống các tệp mở rộng FFDraftBoard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FFDraftBoard FFDraftBoard
ID ljnelhiofbippkmbeioamhnjihkecgbj
URL Chính Thức https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj
Mô tả FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
Kích Thước Tệp 12.59 KB
Số Lần Cài Đặt 719
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-08-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://espndraftboard.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.espndraftboard.com/
URL Trang Chính Sách Bảo Mật https://www.espndraftboard.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}