DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
Wat is DraftNight Draft Board?
DraftNight Draft Board is een Chrome-extensie ontwikkeld door draftnight, en de belangrijkste functie is "DraftNight.com - this extension creates a live draft board for your fantasy football league.".
Extensie Screenshots
Download het CRX-bestand van de extensie DraftNight Draft Board
Download DraftNight Draft Board-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
| Officiële URL | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
| Beschrijving | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
| Bestandsgrootte | 299 KB |
| Aantal Installaties | 590 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-07-28 |
| Publicatiedatum | 2021-07-28 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | draftnight |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.draftnight.com |
| Help Pagina-URL | https://www.draftnight.com |
| Ondersteunde Talen | 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\/*"
]
} | |