MLB.TV Enhancer

MLB.TV Enhancer

The ultimate spoiler-free and commercial-free experience for MLB.TV. In addition to hiding scores and remaining time, this extension lets you copy the current time code and return to the action later, skip commercials, and adjust playback rate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MLB.TV Enhancer",
  "version": "1.0.9",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.mlb.com/tv/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  }
}