Fantasy Life App ESPN Connect
Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.
什么是Fantasy Life App ESPN Connect?
Fantasy Life App ESPN Connect是由Betsperts Media & Technology Group开发的Chrome扩展程序,该扩展的主要功能是“Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.”。
扩展截图
下载Fantasy Life App ESPN Connect扩展crx文件
下载Fantasy Life App ESPN Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome Extension will allow Fantasy Life App users to import their ESPN Fantasy Football League(s) into the FLA LeagueSync feature in order to get custom rankings, projections and more.
扩展基本信息
名称 | Fantasy Life App ESPN Connect |
ID | jbngaielcfiokkmffphnmjbcdnlaobii |
官方URL | https://chromewebstore.google.com/detail/fantasy-life-app-espn-con/jbngaielcfiokkmffphnmjbcdnlaobii |
简介 | Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature. |
文件大小 | 45.72 KB |
安装次数 | 612 |
当前版本 | 1.1 |
更新时间 | 2022-08-17 |
上架时间 | 2022-08-11 |
开发者 | Betsperts Media & Technology Group |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.fantasylifeapp.com |
帮助页面URL | https://www.fantasylifeapp.com/support |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantasy Life App ESPN Connect", "description": "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting", "cookies" ], "host_permissions": [ "*:\/\/*.espn.com\/*", "*:\/\/*.fantasylifeapp.com\/*", "*:\/\/*.dynastyleaguefootball.com\/*", "*:\/\/localhost\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/fla_logo_16.png", "32": "\/images\/fla_logo_32.png", "48": "\/images\/fla_logo_48.png", "128": "\/images\/fla_logo_128.png" } }, "icons": { "16": "\/images\/fla_logo_16.png", "32": "\/images\/fla_logo_32.png", "48": "\/images\/fla_logo_48.png", "128": "\/images\/fla_logo_128.png" } } |