IMDB Welfare Check

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

什麼是IMDB Welfare Check?

IMDB Welfare Check是由ifugu開發的Chrome擴展程式,該擴展的主要功能是“Check if cast members are still alive and kicking ... just by clicking.”。

擴展截圖

screenshot

下載IMDB Welfare Check擴展crx文件

下載IMDB Welfare Check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 IMDB Welfare Check IMDB Welfare Check
ID fcgepidfhhajcndgmgidmjlnmjedcdon
官方網址 https://chromewebstore.google.com/detail/imdb-welfare-check/fcgepidfhhajcndgmgidmjlnmjedcdon
簡介 Check if cast members are still alive and kicking ... just by clicking.
檔案大小 96.63 KB
安裝次數 96
目前版本 1.0.2
更新時間 2020-09-30
上架時間 2015-02-05
評分 3.25/5 共 4 次評分
開發者 ifugu
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/"
}