Netflix Recommender
This is an extension to recommend movies/shows from Netflix.
ما هو Netflix Recommender؟
Netflix Recommender هو إضافة Chrome تم تطويرها بواسطة Rishikesh95، والميزة الرئيسية لها هي "This is an extension to recommend movies/shows from Netflix.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Recommender
قم بتنزيل ملفات الامتداد Netflix Recommender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You no longer have to worry about deciding what to watch.This extension recommends you 20 movies/shows to watch on Netflix. You can also search genres, keywords, etc. to get specific recommendations. A simple click on any of the recommendations will redirect you to a new tab where the recommendation starts playing (if your Netflix is logged in) or opens Netflix with that specific recommendation.
معلومات أساسية عن التمديد
الاسم | Netflix Recommender |
ID | jmlenepjghcaamoohdpjgnmaaememald |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-recommender/jmlenepjghcaamoohdpjgnmaaememald |
الوصف | This is an extension to recommend movies/shows from Netflix. |
حجم الملف | 12.98 KB |
عدد التثبيتات | 50 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2023-06-29 |
تاريخ النشر | 2023-06-28 |
تقييم | 5.00/5 مجموع تقييمات 26 |
المطور | Rishikesh95 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Recommender", "version": "1.0.4", "description": "This is an extension to recommend movies\/shows from Netflix.", "manifest_version": 3, "author": "Rishikesh Yadav", "icons": { "128": "icon_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' 'nonce-EDNnf03nceIOfn39fn3e9h3sdfa'" }, "action": { "default_popup": "index.html", "default_title": "Netflix Recommender", "default_icon": "icon_128.png", "icons": { "128": "icon_128.png" } } } |