ESPN Fantasy Period Viewer

Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.

ESPN Fantasy Period Viewerคืออะไร?

ESPN Fantasy Period Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fantasy Tools และคุณลักษณะหลักของมันคือ "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season."

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

screenshot
screenshot
screenshot

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

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

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

                        ESPN only allows you to view your opponent's past scoring periods, but this extension will allow you to view their upcoming scoring periods.

Currently supports football, basketball, hockey, and baseball.                    

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

ชื่อ ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
คำอธิบาย Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
ขนาดไฟล์ 76.32 KB
จำนวนการติดตั้ง 437
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-10-09
วันที่เผยแพร่ 2017-10-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Fantasy Tools
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fantasy Period Viewer",
    "description": "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*",
                "https:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "moment.min.js",
                "content.js"
            ]
        }
    ]
}