IMDB Welfare Check
Check if cast members are still alive and kicking ... just by clicking.
Vad är IMDB Welfare Check?
IMDB Welfare Check är en Chrome-tillägg utvecklad av ifugu, och dess huvudfunktion är "Check if cast members are still alive and kicking ... just by clicking.".
Tilläggsskärmbilder
Ladda ner IMDB Welfare Check-förlängningens CRX-fil
Ladda ner IMDB Welfare Check-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fcgepidfhhajcndgmgidmjlnmjedcdon |
| Officiell webbadress | https://chromewebstore.google.com/detail/imdb-welfare-check/fcgepidfhhajcndgmgidmjlnmjedcdon |
| Beskrivning | Check if cast members are still alive and kicking ... just by clicking. |
| Filstorlek | 96.63 KB |
| Antal Installationer | 96 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2020-09-30 |
| Publiceringsdatum | 2015-02-05 |
| Betyg | 3.25/5 Totalt 4 Betyg |
| Utvecklare | ifugu |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/"
} | |