myDLF-ESPN Connect

Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.

What is myDLF-ESPN Connect?

myDLF-ESPN Connect is a Chrome extension developed by https://dynastyleaguefootball.com, and its main feature is "Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.".

Extension Screenshots

screenshot

Download myDLF-ESPN Connect Extension CRX File

Download myDLF-ESPN Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The myDLF Connect extension enables Dynasty League Football members to import their ESPN fantasy football league information, and synchronize it with the myDLF enabled services, including Dynasty Rankings, Dynasty ADP and the DLF Trade Analyzer.  

Generate trade scenarios, and view customized advice using your live, synchronized league information.                    

Extension Basic Information

Name myDLF-ESPN Connect myDLF-ESPN Connect
ID mdibmekajhjbcblilgkonfknchibfaig
Official URL https://chromewebstore.google.com/detail/mydlf-espn-connect/mdibmekajhjbcblilgkonfknchibfaig
Description Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.
File Size 34.91 KB
Installation Count 334
Current Version 1.2
Last Updated 2022-08-08
Publish Date 2021-04-27
Developer https://dynastyleaguefootball.com
Email [email protected]
Payment Type free
Extension Website https://dynastyleaguefootball.com/
Help Page URL https://dynastyleaguefootball.com/contactus/
Privacy Policy Page URL https://dynastyleaguefootball.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "myDLF-ESPN Connect",
    "description": "Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.espn.com\/*",
        "*:\/\/*.dynastyleaguefootball.com\/*",
        "*:\/\/*.local\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/dlf_logo_16.png",
            "32": "\/images\/dlf_logo_32.png",
            "48": "\/images\/dlf_logo_48.png",
            "128": "\/images\/dlf_logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/dlf_logo_16.png",
        "32": "\/images\/dlf_logo_32.png",
        "48": "\/images\/dlf_logo_48.png",
        "128": "\/images\/dlf_logo_128.png"
    }
}