IMDB Welfare Check

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

What is IMDB Welfare Check?

IMDB Welfare Check is a Chrome extension developed by ifugu, and its main feature is "Check if cast members are still alive and kicking ... just by clicking.".

Extension Screenshots

screenshot

Download IMDB Welfare Check Extension CRX File

Download IMDB Welfare Check extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        To find out if cast members are dead or alive, visit a movie or show's page on IMDB and click the "Welfare Check" link in the Cast section.                    

Extension Basic Information

Name IMDB Welfare Check IMDB Welfare Check
ID fcgepidfhhajcndgmgidmjlnmjedcdon
Official URL https://chromewebstore.google.com/detail/imdb-welfare-check/fcgepidfhhajcndgmgidmjlnmjedcdon
Description Check if cast members are still alive and kicking ... just by clicking.
File Size 96.63 KB
Installation Count 96
Current Version 1.0.2
Last Updated 2020-09-30
Publish Date 2015-02-05
Rating 3.25/5 Total 4 Ratings
Developer ifugu
Email [email protected]
Payment Type free
Supported Languages en
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\/"
}