Netflix Plus
Enhance netflix with imdb ratings and trailers. It just works.
ما هو Netflix Plus؟
Netflix Plus هو إضافة Chrome تم تطويرها بواسطة viralmedialtds، والميزة الرئيسية لها هي "Enhance netflix with imdb ratings and trailers. It just works.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Plus
قم بتنزيل ملفات الامتداد Netflix Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you're reading this description, it means that you went through all the list of extensions that look for IMDB ratings of Netflix movies and tv shows and realised that none of the actually work. Well, I went through the same experience and decided to create one that just works and is up and running 24/7. If you do find anything weird or have any suggestions do let me know.
معلومات أساسية عن التمديد
الاسم | |
ID | gighcjbhfoddlkgakhdbhpbkfnlphenk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/netflix-plus/gighcjbhfoddlkgakhdbhpbkfnlphenk |
الوصف | Enhance netflix with imdb ratings and trailers. It just works. |
حجم الملف | 282 KB |
عدد التثبيتات | 12,359 |
النسخة الحالية | 1.11.0 |
آخر تحديث | 2022-09-23 |
تاريخ النشر | 2019-12-24 |
تقييم | 3.38/5 مجموع تقييمات 55 |
المطور | viralmedialtds |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/e/2PACX-1vTn_TC1AD_eZEL3hd81oxCISKskBJSktMnFpJX72all6cUvqGpmJQ_erM3eKhc4lxGuTy_8t1NaGJun/pub |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ] } ], "default_locale": "en", "description": "Enhance netflix with imdb ratings and trailers. It just works.", "homepage_url": "https:\/\/ignaciorivas.me", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Netflix Plus", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "background", "webRequest", "webRequestBlocking", "storage" ], "page_action": { "default_title": "kaka" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.11.0" } |