DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
Apa itu DraftNight Draft Board?
DraftNight Draft Board adalah ekstensi Chrome yang dikembangkan oleh draftnight, dan fitur utamanya adalah "DraftNight.com - this extension creates a live draft board for your fantasy football league.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DraftNight Draft Board
Unduh file ekstensi DraftNight Draft Board dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DraftNight Draft Board |
ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
URL Resmi | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
Deskripsi | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
Ukuran File | 299 KB |
Jumlah Instalasi | 590 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-07-28 |
Tanggal Publikasi | 2021-07-28 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | draftnight |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.draftnight.com |
URL Halaman Bantuan | https://www.draftnight.com |
Bahasa yang Didukung | 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\/*" ] } |