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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |