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
电子邮箱 [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\/*"
            ]
        }
    ]
}