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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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\/" } |