IMDB Welfare Check

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

Co to jest IMDB Welfare Check?

IMDB Welfare Check to rozszerzenie Chrome opracowane przez ifugu, a jego główną funkcją jest „Check if cast members are still alive and kicking ... just by clicking.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IMDB Welfare Check

Pobierz pliki rozszerzeń IMDB Welfare Check w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa IMDB Welfare Check IMDB Welfare Check
ID fcgepidfhhajcndgmgidmjlnmjedcdon
Oficjalny URL https://chromewebstore.google.com/detail/imdb-welfare-check/fcgepidfhhajcndgmgidmjlnmjedcdon
Opis Check if cast members are still alive and kicking ... just by clicking.
Rozmiar pliku 96.63 KB
Liczba instalacji 96
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-09-30
Data Publikacji 2015-02-05
Ocena 3.25/5 Łącznie 4 Oceny
Deweloper ifugu
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
}