Show IMDB ratings
Show IMDB ratings
ما هو Show IMDB ratings؟
Show IMDB ratings هو إضافة Chrome تم تطويرها بواسطة Vin، والميزة الرئيسية لها هي "Show IMDB ratings".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Show IMDB ratings
قم بتنزيل ملفات الامتداد Show IMDB ratings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows ratings next to each movie. Ratings 7.5 and above are shown in red.
معلومات أساسية عن التمديد
الاسم | Show IMDB ratings |
ID | mjljmcikmfemkogkhbohgcgbfaikoljg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg |
الوصف | Show IMDB ratings |
حجم الملف | 58.37 KB |
عدد التثبيتات | 274 |
النسخة الحالية | 2.1 |
آخر تحديث | 2022-12-11 |
تاريخ النشر | 2020-02-15 |
تقييم | 3.23/5 مجموع تقييمات 13 |
المطور | Vin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.1", "name": "Show IMDB ratings", "short_name": "IMDB ratings", "description": "Show IMDB ratings", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Show IMDB ratings", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "jquery.min.js", "showrate.js" ], "matches": [ "https:\/\/www.imdb.com\/*" ] } ], "host_permissions": [ "https:\/\/www.imdb.com\/" ] } |