ESPN Fantasy Baseball Plus

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

ESPN Fantasy Baseball Plus란 무엇입니까?

ESPN Fantasy Baseball Plus은(는) mirotrem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler."입니다.

확장 프로그램 스크린샷

screenshot

ESPN Fantasy Baseball Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 ESPN Fantasy Baseball Plus ESPN Fantasy Baseball Plus
ID cfdpkcilphoagajilmpeecdeobohfbcb
공식 URL https://chromewebstore.google.com/detail/espn-fantasy-baseball-plu/cfdpkcilphoagajilmpeecdeobohfbcb
설명 Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.
파일 크기 95.98 KB
설치 횟수 227
현재 버전 0.7.3
최근 업데이트 2015-05-18
출시 날짜 2015-05-17
평점 3.93/5 총 15 개의 평점
개발자 mirotrem
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}