DraftNight Draft Board

DraftNight.com - this extension creates a live draft board for your fantasy football league.

Qu'est-ce que DraftNight Draft Board ?

DraftNight Draft Board est une extension Chrome développée par draftnight, et sa fonction principale est "DraftNight.com - this extension creates a live draft board for your fantasy football league.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DraftNight Draft Board

Téléchargez les fichiers d'extension DraftNight Draft Board 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

                        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.                    

Informations de Base sur l'Extension

Nom DraftNight Draft Board DraftNight Draft Board
ID mlacoffeehmpkkdajjgmhgcpfkonlnjn
URL Officiel https://chromewebstore.google.com/detail/draftnight-draft-board/mlacoffeehmpkkdajjgmhgcpfkonlnjn
Description DraftNight.com - this extension creates a live draft board for your fantasy football league.
Taille du Fichier 299 KB
Nombre d'Installations 590
Version Actuelle 1.0
Dernière Mise à Jour 2021-07-28
Date de Publication 2021-07-28
Évaluation 3.50/5 Total 2 Évaluations
Développeur draftnight
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.draftnight.com
URL de la Page d'Aide https://www.draftnight.com
Langues Prises en Charge 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\/*"
    ]
}