ESPN Fanduel

Show Fanduel points in ESPN boxscores

ESPN Fanduel란 무엇입니까?

ESPN Fanduel은(는) Justin D에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Fanduel points in ESPN boxscores"입니다.

ESPN Fanduel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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