Fantasy Life App ESPN Connect
Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.
O que é Fantasy Life App ESPN Connect?
Fantasy Life App ESPN Connect é uma extensão do Chrome desenvolvida por Betsperts Media & Technology Group, e sua principal característica é "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fantasy Life App ESPN Connect
Baixe arquivos de extensão Fantasy Life App ESPN Connect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Fantasy Life App ESPN Connect |
ID | jbngaielcfiokkmffphnmjbcdnlaobii |
URL Oficial | https://chromewebstore.google.com/detail/fantasy-life-app-espn-con/jbngaielcfiokkmffphnmjbcdnlaobii |
Descrição | Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature. |
Tamanho do Arquivo | 45.72 KB |
Contagem de Instalações | 612 |
Versão Atual | 1.1 |
Última Atualização | 2022-08-17 |
Data de Publicação | 2022-08-11 |
Desenvolvedor | Betsperts Media & Technology Group |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.fantasylifeapp.com |
URL da Página de Ajuda | https://www.fantasylifeapp.com/support |
Idiomas Suportados | 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" } } |