ESPN Fantasy Baseball Plus

Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.

What is ESPN Fantasy Baseball Plus?

ESPN Fantasy Baseball Plus is a Chrome extension developed by mirotrem, and its main feature is "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.".

Extension Screenshots

screenshot

Download ESPN Fantasy Baseball Plus Extension CRX File

Download ESPN Fantasy Baseball Plus 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

                        This extension adds more detailed stats to the player overview and team page.

Currently it adds:

Pitching:
+ Pitch Count
+ BABIP
+ FIP
+ Career ERA,WHIP,BABIP,FIP

Batting:
+ OBP
+ BB Season Total
+ BB per game
+ BABIP
+ 3Y Avg of BA,BABIP,OBP
+ Career Avg of BA,BABIP,OBP                    

Extension Basic Information

Name ESPN Fantasy Baseball Plus ESPN Fantasy Baseball Plus
ID cfdpkcilphoagajilmpeecdeobohfbcb
Official URL https://chromewebstore.google.com/detail/espn-fantasy-baseball-plu/cfdpkcilphoagajilmpeecdeobohfbcb
Description Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.
File Size 95.98 KB
Installation Count 227
Current Version 0.7.3
Last Updated 2015-05-18
Publish Date 2015-05-17
Rating 3.93/5 Total 15 Ratings
Developer mirotrem
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESPN Fantasy Baseball Plus",
    "version": "0.7.3",
    "manifest_version": 2,
    "description": "Enhances the ESPN fantasy baseball website with additional player stats.  Special thanks to FantasyTargets by tcbeutler.",
    "permissions": [
        "http:\/\/espn.go.com\/\/*",
        "http:\/\/games.espn.go.com\/*",
        "http:\/\/www.fangraphs.com\/*",
        "webRequest"
    ],
    "icons": {
        "48": "espnPlusLogo-48.png",
        "128": "espnPlusLogo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.go.com\/flb\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ]
        }
    ]
}