ESPN Fanduel

Show Fanduel points in ESPN boxscores

ESPN Fanduel là gì?

ESPN Fanduel là một tiện ích mở rộng Chrome được phát triển bởi Justin D, và tính năng chính của nó là "Show Fanduel points in ESPN boxscores".

Tải xuống tệp CRX của tiện ích mở rộng ESPN Fanduel

Tải xuống các tệp mở rộng ESPN Fanduel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ESPN Fanduel ESPN Fanduel
ID andjabhnjofjefgcocbmcmdfgojbafgn
URL Chính Thức https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn
Mô tả Show Fanduel points in ESPN boxscores
Kích Thước Tệp 50.99 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2016-03-10
Ngày Phát Hành 2016-03-10
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Justin D
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}