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

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}