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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fantasy Life App ESPN Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}