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