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. 擴展基本資訊
| 名稱 | |
| ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
} | |