FFDraftBoard

FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…

Was ist FFDraftBoard?

FFDraftBoard ist eine Chrome-Erweiterung, die von https://espndraftboard.com entwickelt wurde, und ihr Hauptmerkmal ist "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

FFDraftBoard-Erweiterungs-CRX-Datei herunterladen

Laden Sie FFDraftBoard-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

                        FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which automatically updates has your draft progresses. Impress your league mates with a live draft board for your upcoming fantasy football draft!

How to use: 
Install the chrome extension
Join an ESPN draft
Look for the "Open Draft" button in the top right corner
Open your live draft board and enjoy!

Note:
ESPN draft page must be opened for the draft board to work, you do not need to be tabbed in, but it must be open in chrome. 

The draft board is meant for SNAKE drafts only it will not work for auctions!                    

Grundlegende Informationen zur Erweiterung

Name FFDraftBoard FFDraftBoard
ID ljnelhiofbippkmbeioamhnjihkecgbj
Offizielle URL https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj
Beschreibung FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
Dateigröße 12.59 KB
Installationsanzahl 719
Aktuelle Version 1.2.1
Letztes Update 2023-10-24
Veröffentlichungsdatum 2023-08-14
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://espndraftboard.com
Zahlungsart free
Erweiterungswebsite https://www.espndraftboard.com/
URL der Datenschutzrichtlinien-Seite https://www.espndraftboard.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FFDraftBoard",
    "version": "1.2.1",
    "permissions": [],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fantasy.espn.com\/football\/draft*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}