IMDB Welfare Check
Check if cast members are still alive and kicking ... just by clicking.
Cos'è IMDB Welfare Check?
IMDB Welfare Check è un'estensione di Chrome sviluppata da ifugu, e la sua funzione principale è "Check if cast members are still alive and kicking ... just by clicking.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IMDB Welfare Check
Scarica i file di estensione IMDB Welfare Check in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fcgepidfhhajcndgmgidmjlnmjedcdon |
| URL Ufficiale | https://chromewebstore.google.com/detail/imdb-welfare-check/fcgepidfhhajcndgmgidmjlnmjedcdon |
| Descrizione | Check if cast members are still alive and kicking ... just by clicking. |
| Dimensione del File | 96.63 KB |
| Conteggio Installazioni | 96 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2020-09-30 |
| Data di Pubblicazione | 2015-02-05 |
| Valutazione | 3.25/5 Totale 4 Valutazioni |
| Sviluppatore | ifugu |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/"
} | |