Fantasy Life App ESPN Connect

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

Qu'est-ce que Fantasy Life App ESPN Connect ?

Fantasy Life App ESPN Connect est une extension Chrome développée par Betsperts Media & Technology Group, et sa fonction principale est "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fantasy Life App ESPN Connect

Téléchargez les fichiers d'extension Fantasy Life App ESPN Connect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fantasy Life App ESPN Connect Fantasy Life App ESPN Connect
ID jbngaielcfiokkmffphnmjbcdnlaobii
URL Officiel https://chromewebstore.google.com/detail/fantasy-life-app-espn-con/jbngaielcfiokkmffphnmjbcdnlaobii
Description Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.
Taille du Fichier 45.72 KB
Nombre d'Installations 612
Version Actuelle 1.1
Dernière Mise à Jour 2022-08-17
Date de Publication 2022-08-11
Développeur Betsperts Media & Technology Group
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.fantasylifeapp.com
URL de la Page d'Aide https://www.fantasylifeapp.com/support
Langues Prises en Charge 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"
    }
}