ESPN Fanduel

Show Fanduel points in ESPN boxscores

ESPN Fanduelとは何ですか?

ESPN FanduelはJustin Dによって開発されたChromeの拡張機能で、その主な機能は「Show Fanduel points in ESPN boxscores」です。

ESPN Fanduel拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Show's Fanduel points in the tables of an ESPN boxscore                    

拡張機能の基本情報

名前 ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
公式URL https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
説明 Show Fanduel points in ESPN boxscores
ファイルサイズ 50.99 KB
インストール数 18
現在のバージョン 0.0.5
最終更新日 2016-03-10
公開日 2016-03-10
評価 1.00/5 合計 1 レビュー
開発者 Justin D
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fanduel",
    "description": "Show Fanduel points in ESPN boxscores",
    "version": "0.0.5",
    "icons": {
        "128": "large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scores.espn.go.com\/ncb\/*",
                "https:\/\/scores.espn.go.com\/ncb\/*",
                "http:\/\/espn.go.com\/mens-college-basketball\/*",
                "https:\/\/espn.go.com\/mens-college-basketball\/*",
                "http:\/\/espn.go.com\/ncb\/*",
                "https:\/\/espn.go.com\/ncb\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "fanduel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}