imdb-despoiler

imdb-despoiler

Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "imdb-despoiler",
  "description": "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show",
  "version": "1.4.2",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.imdb.com/*"
      ],
      "css": [
        "imdb-despoiler.css"
      ],
      "js": [
        "jquery.js",
        "imdb-despoiler.js"
      ]
    }
  ]
}