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…」です。
拡張機能のスクリーンショット
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 |
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" } } } |