Fantasy Targets
Enhances the ESPN fantasy football website with additional information, such as player numbers and receiver targets.
Fantasy Targetsคืออะไร?
Fantasy Targets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tcbeutler และคุณลักษณะหลักของมันคือ "Enhances the ESPN fantasy football website with additional information, such as player numbers and receiver targets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantasy Targets
ดาวน์โหลดไฟล์ส่วนขยาย Fantasy Targets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fantasy Targets puts more information about players right in your ESPN Fantasy Football league pages. When viewing information on a player, the following data is added to the week-by-week statistics: - Player number - Receiving Targets
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | abmbpdhchbhhecbjhnhlnobeiihhjfpa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fantasy-targets/abmbpdhchbhhecbjhnhlnobeiihhjfpa |
คำอธิบาย | Enhances the ESPN fantasy football website with additional information, such as player numbers and receiver targets. |
ขนาดไฟล์ | 450 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2017-09-19 |
วันที่เผยแพร่ | 2017-09-19 |
คะแนน | 4.39/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | tcbeutler |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tcbeutler/FantasyTargets |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantasy Targets", "version": "0.1.3", "manifest_version": 2, "description": "Enhances the ESPN fantasy football website with additional information, such as player numbers and receiver targets.", "permissions": [ "http:\/\/www.espn.com\/nfl\/*", "http:\/\/games.espn.com\/*", "https:\/\/games.espn.com\/*", "http:\/\/*.fantasypros.com\/*", "https:\/\/*.fantasypros.com\/*", "webRequest", "storage" ], "icons": { "48": "fantasyTargetsLogo-48.png", "128": "fantasyTargetsLogo-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/games.espn.com\/ffl\/*", "https:\/\/games.espn.com\/ffl\/*" ], "js": [ "lib\/ender.min.js", "fantasyProsStatsProvider.js", "espnStatsProvider.js", "nflScheduleUtils.js", "domController.js", "contentscript.js" ] } ] } |