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.”。

擴展截圖

screenshot

下載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 Fantasy Life App ESPN Connect
ID jbngaielcfiokkmffphnmjbcdnlaobii
官方網址 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"
    }
}