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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mirotrem และคุณลักษณะหลักของมันคือ "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESPN Fantasy Baseball Plus

ดาวน์โหลดไฟล์ส่วนขยาย ESPN Fantasy Baseball Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}