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
Eメール [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"
    }
}