DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
DraftNight Draft Boardとは何ですか?
DraftNight Draft Boardはdraftnightによって開発されたChromeの拡張機能で、その主な機能は「DraftNight.com - this extension creates a live draft board for your fantasy football league.」です。
拡張機能のスクリーンショット
DraftNight Draft Board拡張機能のCRXファイルをダウンロード
DraftNight Draft Board拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DraftNight.com - create a live draft board for your ESPN fantasy football draft. Once you install this extension, go to your draft page on ESPN. There will be a new button at the top-right that says Draft Board. If the icon is red then there's a problem streaming the league data. If it's green then you're good to go. Click the button and your full-screen draft board will open in a new tab. Remember, you need to keep the ESPN draft page open in a tab - otherwise the steaming will stop and your draft board won't get updated.
拡張機能の基本情報
名前 | DraftNight Draft Board |
ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
公式URL | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
説明 | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
ファイルサイズ | 299 KB |
インストール数 | 590 |
現在のバージョン | 1.0 |
最終更新日 | 2021-07-28 |
公開日 | 2021-07-28 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | draftnight |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.draftnight.com |
ヘルプページのURL | https://www.draftnight.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DraftNight Draft Board", "description": "DraftNight.com - this extension creates a live draft board for your fantasy football league.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "\/launch.js" ], "content_scripts": [ { "matches": [ "https:\/\/fantasy.espn.com\/football\/*" ], "js": [ "launch.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/fantasy.espn.com\/football\/*" ] } |