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
官方網址 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"
    }
}