ESPN Fanduel

Show Fanduel points in ESPN boxscores

What is ESPN Fanduel?

ESPN Fanduel is a Chrome extension developed by Justin D, and its main feature is "Show Fanduel points in ESPN boxscores".

Download ESPN Fanduel Extension CRX File

Download ESPN Fanduel 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

                        Show's Fanduel points in the tables of an ESPN boxscore                    

Extension Basic Information

Name ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
Official URL https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
Description Show Fanduel points in ESPN boxscores
File Size 50.99 KB
Installation Count 18
Current Version 0.0.5
Last Updated 2016-03-10
Publish Date 2016-03-10
Rating 1.00/5 Total 1 Ratings
Developer Justin D
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fanduel",
    "description": "Show Fanduel points in ESPN boxscores",
    "version": "0.0.5",
    "icons": {
        "128": "large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scores.espn.go.com\/ncb\/*",
                "https:\/\/scores.espn.go.com\/ncb\/*",
                "http:\/\/espn.go.com\/mens-college-basketball\/*",
                "https:\/\/espn.go.com\/mens-college-basketball\/*",
                "http:\/\/espn.go.com\/ncb\/*",
                "https:\/\/espn.go.com\/ncb\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "fanduel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}