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
公式URL 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
Eメール [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"
    }
}