ESPN Fantasy Tools

This is simple tool to analyze fantasy basketball (and football coming soon) statistics

ESPN Fantasy Tools là gì?

ESPN Fantasy Tools là một tiện ích mở rộng Chrome được phát triển bởi FantasySports, và tính năng chính của nó là "This is simple tool to analyze fantasy basketball (and football coming soon) statistics".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Fantasy Basketball
 - A simple re-skin
 - This tool provides a simple way to sum up the averages of each player for the day (opponent too).

Fantasy Football
 - A simple re-skin currently.(Send suggestions for more features)
 - More coming soon                    

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

Tên ESPN Fantasy Tools ESPN Fantasy Tools
ID npjilabicbapedjloikpicibampkilmb
URL Chính Thức https://chromewebstore.google.com/detail/espn-fantasy-tools/npjilabicbapedjloikpicibampkilmb
Mô tả This is simple tool to analyze fantasy basketball (and football coming soon) statistics
Kích Thước Tệp 76.18 KB
Số Lần Cài Đặt 375
Phiên Bản Hiện Tại 0.7.1
Cập Nhật Lần Cuối 2017-08-28
Ngày Phát Hành 2017-08-27
Đánh Giá 4.17/5 Tổng số 12 Đánh Giá
Nhà Phát Triển FantasySports
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESPN Fantasy Tools",
    "version": "0.7.1",
    "manifest_version": 2,
    "description": "This is simple tool to analyze fantasy basketball (and football coming soon) statistics",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.com\/fba\/*"
            ],
            "css": [
                "espn_fantasy.css",
                "espn_fbb.css"
            ]
        },
        {
            "matches": [
                "http:\/\/games.espn.com\/ffl\/*"
            ],
            "css": [
                "espn_fantasy.css",
                "espn_ffl.css"
            ]
        },
        {
            "js": [
                "jquery-3.2.1.min.js",
                "ffb-analyzer.js"
            ],
            "matches": [
                "http:\/\/games.espn.com\/fba\/clubhouse*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}