IMDbae - IMDb Age Extension
Adds actors and actresses age besides their born date on IMDb
IMDbae - IMDb Age Extensionคืออะไร?
IMDbae - IMDb Age Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย viktor svensson และคุณลักษณะหลักของมันคือ "Adds actors and actresses age besides their born date on IMDb"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDbae - IMDb Age Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" } } |