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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |