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是由Smith & Weaver開發的Chrome擴展程式,該擴展的主要功能是“Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win!”。
擴展截圖
下載Bench Coach擴展crx文件
下載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 |
官方網址 | 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" ] } |