imdb actor age reader

Shows the age of the actor while filming the movie

imdb actor age readerとは何ですか?

imdb actor age readerはtom anyzによって開発されたChromeの拡張機能で、その主な機能は「Shows the age of the actor while filming the movie」です。

拡張機能のスクリーンショット

screenshot
screenshot

imdb actor age reader拡張機能のCRXファイルをダウンロード

imdb actor age reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        this little extension will display the age of the actor as the given movie was actually filmed.

have fun!
tom                    

拡張機能の基本情報

名前 imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
公式URL https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
説明 Shows the age of the actor while filming the movie
ファイルサイズ 43.86 KB
インストール数 64
現在のバージョン 1.3.0
最終更新日 2020-12-21
公開日 2018-09-05
評価 3.67/5 合計 6 レビュー
開発者 tom anyz
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "imdb actor age reader",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Shows the age of the actor while filming the movie",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/www.imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ]
        }
    ]
}