FoG - Oddschecker o/r calculator

FoG - Oddschecker o/r calculator

Adds overround for the win and place markets on horse racing. The extension will clearly highlight races where the place book is…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FoG - Oddschecker o/r calculator",
  "version": "1.0",
  "icons": {
    "128": "Images/1000.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.oddschecker.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "Images/1000.jpg"
  ]
}