Office Football Pool Enhancer

Office Football Pool Enhancer

This extension adds some additional functionality to Office Football Pool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Office Football Pool Enhancer",
  "description": "This extension adds some additional functionality to Office Football Pool",
  "version": "2.1",
  "icons": {
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/ofps.js"
      ],
      "matches": [
        "*://officefootballpool.com/standings*",
        "*://www.officefootballpool.com/standings*"
      ],
      "run_at": "document_end"
    }
  ]
}