IMDB Welfare Check

IMDB Welfare Check

Check if cast members are still alive and kicking ... just by clicking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "scripts/jquery.min.js",
        "imdb-welfare-check.user.js"
      ],
      "matches": [
        "http://*.imdb.com/*",
        "https://*.imdb.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Check if cast members are still alive and kicking ... just by clicking.",
  "name": "IMDB Welfare Check",
  "short_name": "IMDBWelfare",
  "version": "1.0.2",
  "author": "Corey Meredith",
  "homepage_url": "http://halfduplex.us/"
}