FFDraftBoard
FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
What is FFDraftBoard?
FFDraftBoard is a Chrome extension developed by https://espndraftboard.com, and its main feature is "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…".
Extension Screenshots
Download FFDraftBoard Extension CRX File
Download FFDraftBoard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | FFDraftBoard |
ID | ljnelhiofbippkmbeioamhnjihkecgbj |
Official URL | https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj |
Description | FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which… |
File Size | 12.59 KB |
Installation Count | 719 |
Current Version | 1.2.1 |
Last Updated | 2023-10-24 |
Publish Date | 2023-08-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://espndraftboard.com |
Payment Type | free |
Extension Website | https://www.espndraftboard.com/ |
Privacy Policy Page URL | https://www.espndraftboard.com/privacy-policy |
Supported Languages | 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" } } } |