Bench Coach
Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win!
Bench Coach là gì?
Bench Coach là một tiện ích mở rộng Chrome được phát triển bởi Smith & Weaver, và tính năng chính của nó là "Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win!".
Ả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 Bench Coach
Tải xuống các tệp mở rộng Bench Coach 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
✓ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | goioekgkdfpfbpaiamodjblmgfopgokd |
URL Chính Thức | https://chromewebstore.google.com/detail/bench-coach/goioekgkdfpfbpaiamodjblmgfopgokd |
Mô tả | Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win! |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2016-09-23 |
Ngày Phát Hành | 2016-09-23 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Smith & Weaver |
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", "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" ] } |