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ファイルをダウンロード

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                    

拡張機能の基本情報

名前 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"
    ]
}