ESPN Fantasy Period Viewer

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

ESPN Fantasy Period Viewerとは何ですか?

ESPN Fantasy Period ViewerはFantasy Toolsによって開発されたChromeの拡張機能で、その主な機能は「Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ESPN Fantasy Period Viewer拡張機能のCRXファイルをダウンロード

ESPN Fantasy Period Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ESPN Fantasy Period Viewer ESPN Fantasy Period Viewer
ID eepjkmmnaojphngkfpodmbkdonicfkjb
公式URL https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb
説明 Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
ファイルサイズ 76.32 KB
インストール数 437
現在のバージョン 1.0
最終更新日 2017-10-09
公開日 2017-10-09
評価 5.00/5 合計 2 レビュー
開発者 Fantasy Tools
支払い方法 free
対応言語 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"
            ]
        }
    ]
}