Fantasy Life App ESPN Connect

Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.

Co je Fantasy Life App ESPN Connect?

Fantasy Life App ESPN Connect je rozšíření Chrome vyvinuté Betsperts Media & Technology Group, a jeho hlavní funkcí je „Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fantasy Life App ESPN Connect

Stáhněte si soubory rozšíření Fantasy Life App ESPN Connect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fantasy Life App ESPN Connect Fantasy Life App ESPN Connect
ID jbngaielcfiokkmffphnmjbcdnlaobii
Oficiální URL https://chromewebstore.google.com/detail/fantasy-life-app-espn-con/jbngaielcfiokkmffphnmjbcdnlaobii
Popis Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.
Velikost souboru 45.72 KB
Počet instalací 612
Aktuální Verze 1.1
Poslední Aktualizace 2022-08-17
Datum Vydání 2022-08-11
Vývojář Betsperts Media & Technology Group
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.fantasylifeapp.com
URL Stránky Nápovědy https://www.fantasylifeapp.com/support
Podporované Jazyky 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"
    }
}