FantasyGuru ESPN Connector

Import your ESPN Leagues to FantasyGuru

What is FantasyGuru ESPN Connector?

FantasyGuru ESPN Connector is a Chrome extension developed by https://fantasyguru.com, and its main feature is "Import your ESPN Leagues to FantasyGuru".

Extension Screenshots

screenshot

Download FantasyGuru ESPN Connector Extension CRX File

Download FantasyGuru ESPN Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Connects your FantasyGuru MyGURU account with your ESPN Private Fantasy Football Leagues. If you have a private ESPN fantasy football league, then this is a must have in order to import your league properly!                    

Extension Basic Information

Name FantasyGuru ESPN Connector FantasyGuru ESPN Connector
ID keckkajhmnildpdamoepjjnkbgkcfhpl
Official URL https://chromewebstore.google.com/detail/fantasyguru-espn-connecto/keckkajhmnildpdamoepjjnkbgkcfhpl
Description Import your ESPN Leagues to FantasyGuru
File Size 551 KB
Installation Count 2,609
Current Version 1.1
Last Updated 2020-08-27
Publish Date 2020-08-08
Developer https://fantasyguru.com
Email [email protected]
Payment Type free
Extension Website https://fantasyguru.com
Help Page URL https://support.fantasyguru.com/hc/en-us
Privacy Policy Page URL https://www.fantasyguru.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FantasyGuru ESPN Connector",
    "short_name": "FantasyGuru",
    "description": "Import your ESPN Leagues to FantasyGuru",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "48": "content\/skin\/FG-48.png",
        "128": "content\/skin\/FG-128.png"
    },
    "permissions": [
        "https:\/\/fantasyguru.pickemfirst.com\/*",
        "https:\/\/www.espn.com\/*"
    ],
    "background": {
        "page": "content\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/fantasyguru.pickemfirst.com\/*",
                "https:\/\/www.espn.com\/fantasy\/football\/"
            ],
            "js": [
                "lib\/jquery.min.js",
                "content\/contentscripts.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.espn.com\/fantasy\/football\/"
            ],
            "js": [
                "content\/import_espn_guru.js"
            ],
            "css": [
                "content\/guru_panel.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/skin\/FG-128.png",
        "content\/skin\/FG-48.png",
        "content\/skin\/close.png",
        "content\/skin\/loading-fp.gif"
    ]
}