Fantasy Life App ESPN Connect
Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.
What is Fantasy Life App ESPN Connect?
Fantasy Life App ESPN Connect is a Chrome extension developed by Betsperts Media & Technology Group, and its main feature is "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.".
Extension Screenshots
Download Fantasy Life App ESPN Connect Extension CRX File
Download Fantasy Life App 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
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.
Extension Basic Information
Name | Fantasy Life App ESPN Connect |
ID | jbngaielcfiokkmffphnmjbcdnlaobii |
Official URL | https://chromewebstore.google.com/detail/fantasy-life-app-espn-con/jbngaielcfiokkmffphnmjbcdnlaobii |
Description | Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature. |
File Size | 45.72 KB |
Installation Count | 612 |
Current Version | 1.1 |
Last Updated | 2022-08-17 |
Publish Date | 2022-08-11 |
Developer | Betsperts Media & Technology Group |
[email protected] | |
Payment Type | free |
Extension Website | https://www.fantasylifeapp.com |
Help Page URL | https://www.fantasylifeapp.com/support |
Supported Languages | 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" } } |