ESPN Fantasy Baseball Plus

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

Co je ESPN Fantasy Baseball Plus?

ESPN Fantasy Baseball Plus je rozšíření Chrome vyvinuté mirotrem, a jeho hlavní funkcí je „Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ESPN Fantasy Baseball Plus

Stáhněte si soubory rozšíření ESPN Fantasy Baseball Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ESPN Fantasy Baseball Plus ESPN Fantasy Baseball Plus
ID cfdpkcilphoagajilmpeecdeobohfbcb
Oficiální URL https://chromewebstore.google.com/detail/espn-fantasy-baseball-plu/cfdpkcilphoagajilmpeecdeobohfbcb
Popis Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.
Velikost souboru 95.98 KB
Počet instalací 227
Aktuální Verze 0.7.3
Poslední Aktualizace 2015-05-18
Datum Vydání 2015-05-17
Hodnocení 3.93/5 Celkem 15 Hodnocení
Vývojář mirotrem
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}