FFDraftBoard

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

Cos'è FFDraftBoard?

FFDraftBoard è un'estensione di Chrome sviluppata da https://espndraftboard.com, e la sua funzione principale è "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FFDraftBoard

Scarica i file di estensione FFDraftBoard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome FFDraftBoard FFDraftBoard
ID ljnelhiofbippkmbeioamhnjihkecgbj
URL Ufficiale https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj
Descrizione FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
Dimensione del File 12.59 KB
Conteggio Installazioni 719
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2023-08-14
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://espndraftboard.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.espndraftboard.com/
URL della Pagina della Politica sulla Privacy https://www.espndraftboard.com/privacy-policy
Lingue Supportate 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"
        }
    }
}