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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } } |