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
官方網址 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\/*"
            ]
        }
    ]
}