Improves the UI of the MLB TV web player
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "MLB TV Improved UI",
"version": "1.0",
"description": "Improves the UI of the MLB TV web player",
"icons": {
"48": "icons/mlbtv-uim-48.png",
"96": "icons/mlbtv-uim-96.png"
},
"content_scripts": [
{
"matches": [
"*://*.mlb.com/tv*"
],
"js": [
"mlb-tv-improved-ui.js"
]
}
]
}