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
官方網址 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"
    ]
}