ESPN Fantasy Period Viewer

ESPN Fantasy Period Viewer

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}