IMDbae - IMDb Age Extension

Adds actors and actresses age besides their born date on IMDb

What is IMDbae - IMDb Age Extension?

IMDbae - IMDb Age Extension is a Chrome extension developed by viktor svensson, and its main feature is "Adds actors and actresses age besides their born date on IMDb".

Extension Screenshots

screenshot

Download IMDbae - IMDb Age Extension Extension CRX File

Download IMDbae - IMDb Age Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name IMDbae - IMDb Age Extension IMDbae - IMDb Age Extension
ID ceohjkmiefnmckmdliodjobpdipnflgd
Official URL https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd
Description Adds actors and actresses age besides their born date on IMDb
File Size 8.89 KB
Installation Count 49
Current Version 2.2.2
Last Updated 2023-06-19
Publish Date 2019-02-18
Rating 4.43/5 Total 7 Ratings
Developer viktor svensson
Email [email protected]
Payment Type free
Extension Website https://github.com/MonsterMannen/IMDbae
Help Page URL https://github.com/MonsterMannen/IMDbae
Supported Languages 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"
    }
}