EZTV Layout Fixer

EZTV Layout Fixer

Fixes the [ Watched Show ] layout issue on 'my shows' page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EZTV Layout Fixer",
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "script_page.js"
      ],
      "matches": [
        "http://eztv.it/myshows/*",
        "https://eztv.it/myshows/*"
      ]
    }
  ],
  "description": "Fixes the [ Watched Show ] layout issue on 'my shows' page.",
  "version": "1.0",
  "homepage_url": "http://eztv.it",
  "permissions": [
    "http://eztv.it/myshows/*",
    "https://eztv.it/myshows/*"
  ]
}