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是由https://espndraftboard.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载FFDraftBoard扩展crx文件

下载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"
        }
    }
}