ESPN Fantasy Baseball Plus
Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.
ESPN Fantasy Baseball Plus là gì?
ESPN Fantasy Baseball Plus là một tiện ích mở rộng Chrome được phát triển bởi mirotrem, và tính năng chính của nó là "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ESPN Fantasy Baseball Plus
Tải xuống các tệp mở rộng ESPN Fantasy Baseball Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension adds more detailed stats to the player overview and team page. Currently it adds: Pitching: + Pitch Count + BABIP + FIP + Career ERA,WHIP,BABIP,FIP Batting: + OBP + BB Season Total + BB per game + BABIP + 3Y Avg of BA,BABIP,OBP + Career Avg of BA,BABIP,OBP
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ESPN Fantasy Baseball Plus |
ID | cfdpkcilphoagajilmpeecdeobohfbcb |
URL Chính Thức | https://chromewebstore.google.com/detail/espn-fantasy-baseball-plu/cfdpkcilphoagajilmpeecdeobohfbcb |
Mô tả | Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler. |
Kích Thước Tệp | 95.98 KB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 0.7.3 |
Cập Nhật Lần Cuối | 2015-05-18 |
Ngày Phát Hành | 2015-05-17 |
Đánh Giá | 3.93/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | mirotrem |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ESPN Fantasy Baseball Plus", "version": "0.7.3", "manifest_version": 2, "description": "Enhances the ESPN fantasy baseball website with additional player stats. Special thanks to FantasyTargets by tcbeutler.", "permissions": [ "http:\/\/espn.go.com\/\/*", "http:\/\/games.espn.go.com\/*", "http:\/\/www.fangraphs.com\/*", "webRequest" ], "icons": { "48": "espnPlusLogo-48.png", "128": "espnPlusLogo-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/games.espn.go.com\/flb\/*" ], "js": [ "jquery.js", "contentscript.js" ] } ] } |