DraftNight Draft Board
DraftNight.com - this extension creates a live draft board for your fantasy football league.
Co to jest DraftNight Draft Board?
DraftNight Draft Board to rozszerzenie Chrome opracowane przez draftnight, a jego główną funkcją jest „DraftNight.com - this extension creates a live draft board for your fantasy football league.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DraftNight Draft Board
Pobierz pliki rozszerzeń DraftNight Draft Board w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mlacoffeehmpkkdajjgmhgcpfkonlnjn |
| Oficjalny URL | https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn |
| Opis | DraftNight.com - this extension creates a live draft board for your fantasy football league. |
| Rozmiar pliku | 299 KB |
| Liczba instalacji | 590 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-07-28 |
| Data Publikacji | 2021-07-28 |
| Ocena | 3.50/5 Łącznie 2 Oceny |
| Deweloper | draftnight |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.draftnight.com |
| Adres URL Strony Pomocy | https://www.draftnight.com |
| Obsługiwane Języki | 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\/*"
]
} | |