Fantasy Life App ESPN Connect

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

Cos'è Fantasy Life App ESPN Connect?

Fantasy Life App ESPN Connect è un'estensione di Chrome sviluppata da Betsperts Media & Technology Group, e la sua funzione principale è "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fantasy Life App ESPN Connect

Scarica i file di estensione Fantasy Life App ESPN Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fantasy Life App ESPN Connect Fantasy Life App ESPN Connect
ID jbngaielcfiokkmffphnmjbcdnlaobii
URL Ufficiale https://chromewebstore.google.com/detail/fantasy-life-app-espn-con/jbngaielcfiokkmffphnmjbcdnlaobii
Descrizione Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.
Dimensione del File 45.72 KB
Conteggio Installazioni 612
Versione Corrente 1.1
Ultimo Aggiornamento 2022-08-17
Data di Pubblicazione 2022-08-11
Sviluppatore Betsperts Media & Technology Group
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fantasylifeapp.com
URL della Pagina di Aiuto https://www.fantasylifeapp.com/support
Lingue Supportate 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"
    }
}