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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}