FFDraftBoard
FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…
Qu'est-ce que FFDraftBoard ?
FFDraftBoard est une extension Chrome développée par https://espndraftboard.com, et sa fonction principale est "FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FFDraftBoard
Téléchargez les fichiers d'extension FFDraftBoard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | FFDraftBoard |
ID | ljnelhiofbippkmbeioamhnjihkecgbj |
URL Officiel | https://chromewebstore.google.com/detail/ffdraftboard/ljnelhiofbippkmbeioamhnjihkecgbj |
Description | FFDraft Board is the best way to improve your ESPN drafts! Install the chrome extension and enjoy a live draft board which… |
Taille du Fichier | 12.59 KB |
Nombre d'Installations | 719 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2023-10-24 |
Date de Publication | 2023-08-14 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://espndraftboard.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.espndraftboard.com/ |
URL de la Page de Politique de Confidentialité | https://www.espndraftboard.com/privacy-policy |
Langues Prises en Charge | 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" } } } |