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
公式URL 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
Eメール [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\/"
}