ESPN Fantasy Period Viewer

Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.

ESPN Fantasy Period Viewer là gì?

ESPN Fantasy Period Viewer là một tiện ích mở rộng Chrome được phát triển bởi Fantasy Tools, và tính năng chính của nó là "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ESPN Fantasy Period Viewer 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

                        ESPN only allows you to view your opponent's past scoring periods, but this extension will allow you to view their upcoming scoring periods.

Currently supports football, basketball, hockey, and baseball.                    

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

Tên ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
URL Chính Thức https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
Mô tả Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
Kích Thước Tệp 76.32 KB
Số Lần Cài Đặt 437
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-10-09
Ngày Phát Hành 2017-10-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Fantasy Tools
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Fantasy Period Viewer",
    "description": "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*",
                "https:\/\/games.espn.com\/*\/clubhouse?leagueId=*&teamId=*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "moment.min.js",
                "content.js"
            ]
        }
    ]
}