FanBuzz for ESPN Fantasy Sports

Adds FanBuzz integration into the ESPN Fantasy clubhouse.

FanBuzz for ESPN Fantasy Sportsคืออะไร?

FanBuzz for ESPN Fantasy Sports เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fanbuzz.com และคุณลักษณะหลักของมันคือ "Adds FanBuzz integration into the ESPN Fantasy clubhouse."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FanBuzz for ESPN Fantasy Sports

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

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

                        Access fast break-breaking player news from FanBuzz directly from your ESPN fantasy clubhouse. Once the app is installed, FanBuzz icons will appear on both your fantasy roster page and on the free agency page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FanBuzz for ESPN Fantasy Sports FanBuzz for ESPN Fantasy Sports
ID bmnfeljpckeojaiblgagkinibnimpgfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fanbuzz-for-espn-fantasy/bmnfeljpckeojaiblgagkinibnimpgfn
คำอธิบาย Adds FanBuzz integration into the ESPN Fantasy clubhouse.
ขนาดไฟล์ 74.63 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2013-02-08
วันที่เผยแพร่ 2013-02-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://fanbuzz.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FanBuzz for ESPN Fantasy Sports",
    "version": "1.0.2",
    "description": "Adds FanBuzz integration into the ESPN Fantasy clubhouse.",
    "permissions": [
        "http:\/\/games.espn.go.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "46": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.go.com\/flb\/clubhouse*",
                "http:\/\/games.espn.go.com\/flb\/freeagency*",
                "http:\/\/games.espn.go.com\/ffl\/clubhouse*",
                "http:\/\/games.espn.go.com\/ffl\/freeagency*",
                "http:\/\/games.espn.go.com\/fba\/clubhouse*",
                "http:\/\/games.espn.go.com\/fba\/freeagency*",
                "http:\/\/games.espn.go.com\/fhl\/clubhouse*",
                "http:\/\/games.espn.go.com\/fhl\/freeagency*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "contentscript.js"
            ]
        }
    ]
}