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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bench Coach 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✓ 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                    

확장 프로그램 기본 정보

이름 Bench Coach Bench Coach
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"
    ]
}