ESPN Fantasy Tools

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

什麼是ESPN Fantasy Tools?

ESPN Fantasy Tools是由FantasySports開發的Chrome擴展程式,該擴展的主要功能是“This is simple tool to analyze fantasy basketball (and football coming soon) statistics”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ESPN Fantasy Tools擴展crx文件

下載ESPN Fantasy Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ESPN Fantasy Tools ESPN Fantasy Tools
ID npjilabicbapedjloikpicibampkilmb
官方網址 https://chromewebstore.google.com/detail/espn-fantasy-tools/npjilabicbapedjloikpicibampkilmb
簡介 This is simple tool to analyze fantasy basketball (and football coming soon) statistics
檔案大小 76.18 KB
安裝次數 375
目前版本 0.7.1
更新時間 2017-08-28
上架時間 2017-08-27
評分 4.17/5 共 12 次評分
開發者 FantasySports
付費類型 free
支援的語言 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'"
}