FanBuzz for ESPN Fantasy Sports

Adds FanBuzz integration into the ESPN Fantasy clubhouse.

FanBuzz for ESPN Fantasy Sportsとは何ですか?

FanBuzz for ESPN Fantasy Sportsはhttps://fanbuzz.comによって開発されたChromeの拡張機能で、その主な機能は「Adds FanBuzz integration into the ESPN Fantasy clubhouse.」です。

拡張機能のスクリーンショット

screenshot

FanBuzz for ESPN Fantasy Sports拡張機能のCRXファイルをダウンロード

FanBuzz for ESPN Fantasy Sports拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Access fast break-breaking player news from FanBuzz directly from your ESPN fantasy clubhouse. Once the app is installed, FanBuzz icons will appear on both your fantasy roster page and on the free agency page.                    

拡張機能の基本情報

名前 FanBuzz for ESPN Fantasy Sports FanBuzz for ESPN Fantasy Sports
ID bmnfeljpckeojaiblgagkinibnimpgfn
公式URL https://chromewebstore.google.com/detail/fanbuzz-for-espn-fantasy/bmnfeljpckeojaiblgagkinibnimpgfn
説明 Adds FanBuzz integration into the ESPN Fantasy clubhouse.
ファイルサイズ 74.63 KB
インストール数 52
現在のバージョン 1.0.2
最終更新日 2013-02-08
公開日 2013-02-07
評価 5.00/5 合計 3 レビュー
開発者 https://fanbuzz.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FanBuzz for ESPN Fantasy Sports",
    "version": "1.0.2",
    "description": "Adds FanBuzz integration into the ESPN Fantasy clubhouse.",
    "permissions": [
        "http:\/\/games.espn.go.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "46": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.go.com\/flb\/clubhouse*",
                "http:\/\/games.espn.go.com\/flb\/freeagency*",
                "http:\/\/games.espn.go.com\/ffl\/clubhouse*",
                "http:\/\/games.espn.go.com\/ffl\/freeagency*",
                "http:\/\/games.espn.go.com\/fba\/clubhouse*",
                "http:\/\/games.espn.go.com\/fba\/freeagency*",
                "http:\/\/games.espn.go.com\/fhl\/clubhouse*",
                "http:\/\/games.espn.go.com\/fhl\/freeagency*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "contentscript.js"
            ]
        }
    ]
}