myDLF-ESPN Connect

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

什麼是myDLF-ESPN Connect?

myDLF-ESPN Connect是由https://dynastyleaguefootball.com開發的Chrome擴展程式,該擴展的主要功能是“Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.”。

擴展截圖

screenshot

下載myDLF-ESPN Connect擴展crx文件

下載myDLF-ESPN Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 myDLF-ESPN Connect myDLF-ESPN Connect
ID mdibmekajhjbcblilgkonfknchibfaig
官方網址 https://chromewebstore.google.com/detail/mydlf-espn-connect/mdibmekajhjbcblilgkonfknchibfaig
簡介 Helps members of DynasyLeagueFootball.com connect their ESPN fantasy football leagues to DLF's myDLF feature.
檔案大小 34.91 KB
安裝次數 334
目前版本 1.2
更新時間 2022-08-08
上架時間 2021-04-27
開發者 https://dynastyleaguefootball.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dynastyleaguefootball.com/
說明頁面URL https://dynastyleaguefootball.com/contactus/
隱私政策頁面URL https://dynastyleaguefootball.com/privacy-policy
支援的語言 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"
    }
}