IMDbae - IMDb Age Extension

Adds actors and actresses age besides their born date on IMDb

什么是IMDbae - IMDb Age Extension?

IMDbae - IMDb Age Extension是由viktor svensson开发的Chrome扩展程序,该扩展的主要功能是“Adds actors and actresses age besides their born date on IMDb”。

扩展截图

screenshot

下载IMDbae - IMDb Age Extension扩展crx文件

下载IMDbae - IMDb Age Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 IMDbae - IMDb Age Extension IMDbae - IMDb Age Extension
ID ceohjkmiefnmckmdliodjobpdipnflgd
官方URL https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd
简介 Adds actors and actresses age besides their born date on IMDb
文件大小 8.89 KB
安装次数 49
当前版本 2.2.2
更新时间 2023-06-19
上架时间 2019-02-18
评分 4.43/5 共7次评分
开发者 viktor svensson
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/MonsterMannen/IMDbae
帮助页面URL https://github.com/MonsterMannen/IMDbae
支持的语言 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"
    }
}