Fantasy Baseball Top Prospect Finder
Highlight the players who appear on MLB's Top Prospect list.
Fantasy Baseball Top Prospect Finderคืออะไร?
Fantasy Baseball Top Prospect Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fantasy Gizmo และคุณลักษณะหลักของมันคือ "Highlight the players who appear on MLB's Top Prospect list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantasy Baseball Top Prospect Finder
ดาวน์โหลดไฟล์ส่วนขยาย Fantasy Baseball Top Prospect Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Highlight players who are among the top 100 prospects and show scouting information from MLB Pipeline. Great for staying on top of up-and-coming rookies! Works with ESPN, Yahoo, CBS Sports, and Fantrax leagues.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fantasy Baseball Top Prospect Finder |
ID | ofolgoniaiedciagcbfimldjhadnkdjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fantasy-baseball-top-pros/ofolgoniaiedciagcbfimldjhadnkdjg |
คำอธิบาย | Highlight the players who appear on MLB's Top Prospect list. |
ขนาดไฟล์ | 71.23 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2021-02-23 |
วันที่เผยแพร่ | 2021-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Fantasy Gizmo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fantasygizmo.com?utm_source=chrome-extension-store |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantasy Baseball Top Prospect Finder", "version": "0.1.4", "description": "Highlight the players who appear on MLB's Top Prospect list.", "background": { "scripts": [ "js\/background.js", "js\/library.js" ], "persistent": false }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/fantasy.espn.com\/baseball\/*", "*:\/\/baseball.fantasysports.yahoo.com\/*", "*:\/\/*.baseball.cbssports.com\/*", "*:\/\/*fantrax.com\/fantasy*" ], "css": [ "css\/prospects.css" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/library.js", "js\/contentscript.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "html\/options.html", "permissions": [ "*:\/\/fantasy.espn.com\/baseball\/*", "*:\/\/baseball.fantasysports.yahoo.com\/*", "*:\/\/*.baseball.cbssports.com\/*", "*:\/\/*fantrax.com\/fantasy*", "storage" ], "web_accessible_resources": [ "images\/*" ] } |