ESPN Fantasy Period Viewer
Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.
What is ESPN Fantasy Period Viewer?
ESPN Fantasy Period Viewer is a Chrome extension developed by Fantasy Tools, and its main feature is "Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season.".
Extension Screenshots
Download ESPN Fantasy Period Viewer Extension CRX File
Download ESPN Fantasy Period Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eepjkmmnaojphngkfpodmbkdonicfkjb |
Official URL | https://chrome.google.com/webstore/detail/espn-fantasy-period-viewe/eepjkmmnaojphngkfpodmbkdonicfkjb |
Description | Preview your opponent's upcoming scoring periods. Now updated for the 2017-2018 season. |
File Size | 76.32 KB |
Installation Count | 437 |
Current Version | 1.0 |
Last Updated | 2017-10-09 |
Publish Date | 2017-10-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Fantasy Tools |
Payment Type | free |
Supported Languages | 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" ] } ] } |