IMDbae - IMDb Age Extension

Adds actors and actresses age besides their born date on IMDb

Co to jest IMDbae - IMDb Age Extension?

IMDbae - IMDb Age Extension to rozszerzenie Chrome opracowane przez viktor svensson, a jego główną funkcją jest „Adds actors and actresses age besides their born date on IMDb”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IMDbae - IMDb Age Extension

Pobierz pliki rozszerzeń IMDbae - IMDb Age Extension 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

                        A simple extension that displays actors and actresses age after their born date, just like how it's shown on wikipedia.

+ Lightweight
+ Displays correct age (other similar extensions only check for birth-year)
+ Works on desktop and mobile site                    

Podstawowe informacje o rozszerzeniu

Nazwa IMDbae - IMDb Age Extension IMDbae - IMDb Age Extension
ID ceohjkmiefnmckmdliodjobpdipnflgd
Oficjalny URL https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd
Opis Adds actors and actresses age besides their born date on IMDb
Rozmiar pliku 8.89 KB
Liczba instalacji 49
Aktualna Wersja 2.2.2
Ostatnia Aktualizacja 2023-06-19
Data Publikacji 2019-02-18
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper viktor svensson
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/MonsterMannen/IMDbae
Adres URL Strony Pomocy https://github.com/MonsterMannen/IMDbae
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IMDbae - IMDb Age Extension",
    "short_name": "IMDbae",
    "version": "2.2.2",
    "description": "Adds actors and actresses age besides their born date on IMDb",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/MonsterMannen\/IMDbae",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.imdb.com\/name\/*",
                "https:\/\/m.imdb.com\/name\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}