IMDbae - IMDb Age Extension

Adds actors and actresses age besides their born date on IMDb

Was ist IMDbae - IMDb Age Extension?

IMDbae - IMDb Age Extension ist eine Chrome-Erweiterung, die von viktor svensson entwickelt wurde, und ihr Hauptmerkmal ist "Adds actors and actresses age besides their born date on IMDb".

Erweiterungsscreenshots

screenshot

IMDbae - IMDb Age Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie IMDbae - IMDb Age Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name IMDbae - IMDb Age Extension IMDbae - IMDb Age Extension
ID ceohjkmiefnmckmdliodjobpdipnflgd
Offizielle URL https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd
Beschreibung Adds actors and actresses age besides their born date on IMDb
Dateigröße 8.89 KB
Installationsanzahl 49
Aktuelle Version 2.2.2
Letztes Update 2023-06-19
Veröffentlichungsdatum 2019-02-18
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler viktor svensson
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/MonsterMannen/IMDbae
Hilfeseite URL https://github.com/MonsterMannen/IMDbae
Unterstützte Sprachen 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"
    }
}