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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |