Yahoo Fantasy Basketball Extender

Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yahoo Fantasy Basketball Extender",
  "short_name": "yahoo fbb extender",
  "version": "1.8.1",
  "description": "Enhances yahoo fantasy basketball!",
  "icons": {
    "96": "basketball.png",
    "128": "basketball_128.png"
  },
  "homepage_url": "https://github.com/sahilda/yahoo-fantasybb-extender",
  "permissions": [
    "activeTab",
    "https://basketball.fantasysports.yahoo.com/nba/*/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://basketball.fantasysports.yahoo.com/nba/*/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}