ESPN Cookie Finder

ESPN Cookie Finder

Find the ESPN cookies you need to authenticate your private fantasy sports leagues.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ESPN Cookie Finder",
  "description": "Find the ESPN cookies you need to authenticate your private fantasy sports leagues.",
  "version": "1.1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "espn.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "cookies",
    "*://*.espn.com/*"
  ]
}