ESPN Fanduel

Show Fanduel points in ESPN boxscores

ESPN Fanduelคืออะไร?

ESPN Fanduel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Justin D และคุณลักษณะหลักของมันคือ "Show Fanduel points in ESPN boxscores"

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

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

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

                        Show's Fanduel points in the tables of an ESPN boxscore                    

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

ชื่อ ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
คำอธิบาย Show Fanduel points in ESPN boxscores
ขนาดไฟล์ 50.99 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2016-03-10
วันที่เผยแพร่ 2016-03-10
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Justin D
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fanduel",
    "description": "Show Fanduel points in ESPN boxscores",
    "version": "0.0.5",
    "icons": {
        "128": "large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scores.espn.go.com\/ncb\/*",
                "https:\/\/scores.espn.go.com\/ncb\/*",
                "http:\/\/espn.go.com\/mens-college-basketball\/*",
                "https:\/\/espn.go.com\/mens-college-basketball\/*",
                "http:\/\/espn.go.com\/ncb\/*",
                "https:\/\/espn.go.com\/ncb\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "fanduel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}