Movie Finder
Find a quality show on popcorn night by checking ratings and scores.
ما هو Movie Finder؟
Movie Finder هو إضافة Chrome تم تطويرها بواسطة sallyyuen، والميزة الرئيسية لها هي "Find a quality show on popcorn night by checking ratings and scores.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Movie Finder
قم بتنزيل ملفات الامتداد Movie Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes it quick and easy to find the general consensus about a film or a show.
Type in the title and get available IMDb, Rotten Tomatoes, and Metacritic scores.
Requires no permissions. Uses the OMDb API. Icon made by Freepik from www.flaticon.com معلومات أساسية عن التمديد
| الاسم | |
| ID | bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh |
| الوصف | Find a quality show on popcorn night by checking ratings and scores. |
| حجم الملف | 769 KB |
| عدد التثبيتات | 465 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2018-05-19 |
| تاريخ النشر | 2018-05-19 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | sallyyuen |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Movie Finder",
"version": "1.2",
"description": "Find a quality show on popcorn night by checking ratings and scores.",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/popcorn16.png",
"32": "images\/popcorn32.png",
"48": "images\/popcorn48.png",
"128": "images\/popcorn128.png"
}
},
"icons": {
"16": "images\/popcorn16.png",
"32": "images\/popcorn32.png",
"48": "images\/popcorn48.png",
"128": "images\/popcorn128.png"
},
"manifest_version": 2
} | |