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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bench Coach is a companion application for ESPN Fantasy Baseball. The extension makes Fantasy Baseball easier to play and win!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bench Coach एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}