IMDbae - IMDb Age Extension

Adds actors and actresses age besides their born date on IMDb

Wat is IMDbae - IMDb Age Extension?

IMDbae - IMDb Age Extension is een Chrome-extensie ontwikkeld door viktor svensson, en de belangrijkste functie is "Adds actors and actresses age besides their born date on IMDb".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IMDbae - IMDb Age Extension

Download IMDbae - IMDb Age Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam IMDbae - IMDb Age Extension IMDbae - IMDb Age Extension
ID ceohjkmiefnmckmdliodjobpdipnflgd
Officiële URL https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd
Beschrijving Adds actors and actresses age besides their born date on IMDb
Bestandsgrootte 8.89 KB
Aantal Installaties 49
Huidige Versie 2.2.2
Laatst Bijgewerkt 2023-06-19
Publicatiedatum 2019-02-18
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar viktor svensson
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MonsterMannen/IMDbae
Help Pagina-URL https://github.com/MonsterMannen/IMDbae
Ondersteunde Talen 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"
    }
}