Bench Coach
Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win!
Bench Coachคืออะไร?
Bench Coach เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smith & Weaver และคุณลักษณะหลักของมันคือ "Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bench Coach
ดาวน์โหลดไฟล์ส่วนขยาย Bench Coach ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✓ Displays your top two performers and bottom two performers ✓ View video updates of your players in action ✓ Gives detailed and regularly updated injury information Version 0.0.5 * performance improvements * style improvements
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | goioekgkdfpfbpaiamodjblmgfopgokd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bench-coach/goioekgkdfpfbpaiamodjblmgfopgokd |
คำอธิบาย | Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win! |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2016-09-23 |
วันที่เผยแพร่ | 2016-09-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Smith & Weaver |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bench Coach", "short_name": "Bench Coach", "version": "0.0.5", "description": "Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win!", "icons": { "16": "img\/icon16.png", "46": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Bench Coach" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "tabs", "*:\/\/games.espn.go.com\/flb\/*", "*:\/\/games.espn.com\/flb\/*", "*:\/\/www.rotoworld.com\/teams\/injuries\/*" ], "content_scripts": [ { "matches": [ "*:\/\/games.espn.go.com\/flb\/clubhouse*", "*:\/\/games.espn.go.com\/flb\/freeagency*", "*:\/\/games.espn.go.com\/flb\/trade*", "*:\/\/www.rotoworld.com\/teams\/injuries\/mlb\/all*", "http:\/\/games.espn.com\/flb\/clubhouse*", "http:\/\/games.espn.com\/flb\/freeagency*", "http:\/\/games.espn.com\/flb\/trade*", "http:\/\/games.espn.com\/flb\/watchlist*", "http:\/\/games.espn.com\/flb\/playerrater*", "http:\/\/games.espn.com\/flb\/leaders*", "http:\/\/games.espn.com\/flb\/*" ], "js": [ "js\/jquery.min.js" ], "css": [ "css\/main.css" ] } ], "web_accessible_resources": [ "img\/*.png", "templates\/*.html" ] } |