imdb actor age reader

Shows the age of the actor while filming the movie

imdb actor age readerคืออะไร?

imdb actor age reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tom anyz และคุณลักษณะหลักของมันคือ "Shows the age of the actor while filming the movie"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย imdb actor age reader

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}