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
公式URL 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'"
}