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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Betsperts Media & Technology Group และคุณลักษณะหลักของมันคือ "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantasy Life App ESPN Connect

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}