IMDB (Unofficial)
This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
ما هو IMDB (Unofficial)؟
IMDB (Unofficial) هو إضافة Chrome تم تطويرها بواسطة Sunny Jhunjhunwala، والميزة الرئيسية لها هي "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IMDB (Unofficial)
قم بتنزيل ملفات الامتداد IMDB (Unofficial) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension helps you to quickly find more details about movies like Imdb rating, small description etc without the need of going to IMDB.com or leaving your browser tab. Type movie name and hit enter or click on search to get movie or serial details, incase of movies with same names but different year, accompany the title with year also to target the correct film. This is not a official product from IMDB and this extension is using OMDB API (http://www.omdbapi.com/). All content included on this extension, such as text, logos etc are properties of their respective companies.
معلومات أساسية عن التمديد
الاسم | IMDB (Unofficial) |
ID | jjklpjnbopcmdeleflmpcpjeleccgmlh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh |
الوصف | This is a chrome extension which makes users to get info about a movie right in their browser(chrome) |
حجم الملف | 105 KB |
عدد التثبيتات | 89 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2020-02-09 |
تاريخ النشر | 2020-02-09 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | Sunny Jhunjhunwala |
نوع الدفع | free |
موقع الإضافة | https://sunnyjhunjhunwala.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB (Unofficial)", "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)", "version": "1.2.0", "permissions": [ "http:\/\/www.omdbapi.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "app\/imdb.html" }, "icons": { "19": "icon.png", "48": "icon-medium.png", "128": "icon-big.png" } } |