DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
Was ist DraftNight Draft Board?
DraftNight Draft Board ist eine Chrome-Erweiterung, die von draftnight entwickelt wurde, und ihr Hauptmerkmal ist "DraftNight.com - this extension creates a live draft board for your fantasy football league.".
Erweiterungsscreenshots
DraftNight Draft Board-Erweiterungs-CRX-Datei herunterladen
Laden Sie DraftNight Draft Board-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
| Offizielle URL | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
| Beschreibung | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
| Dateigröße | 299 KB |
| Installationsanzahl | 590 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-07-28 |
| Veröffentlichungsdatum | 2021-07-28 |
| Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
| Entwickler | draftnight |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.draftnight.com |
| Hilfeseite URL | https://www.draftnight.com |
| Unterstützte Sprachen | 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\/*"
]
} | |