Netflix Lens is now CineLens
CineLens, Your Netflix streaming assistant.
Netflix Lens is now CineLensคืออะไร?
Netflix Lens is now CineLens เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Red Labs และคุณลักษณะหลักของมันคือ "CineLens, Your Netflix streaming assistant."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Lens is now CineLens
ดาวน์โหลดไฟล์ส่วนขยาย Netflix Lens is now CineLens ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Update Dec'23: CineLens is working again 🎉🎉 Stop scratching your head wondering, “Who is that actor?” or “Which is that song?”. CineLens helps you learn more about your favourite actors, movies and TV shows on Netflix. Get cast, songs, trivia and more about your favourite TV Shows & Movies on Netflix without pressing pause to check your phone, without disrupting the viewing experience. You can play songs on the Netflix itself.. Clicking on any title will reveal information about that movie or series including ratings, cast, descriptions and trailers. Permission required - Netflix : To update the CineLens view on Netflix - IMDb: To show image gallery in CineLens view - Google: To show rating & streaming info - YouTube: To show trailers & songs - TuneFind: To show songs in CineLens view - JustWatch - To show available streaming platforms Change-log: - Fix trivia and songs panel - Hide Songs & Trivia tab if info not available - Open Trivia tab at the end of episode on Netflix - Fix CineLens text overlap with "issue" icon - Fix IMDb trivia not coming for some titles in CineLens view - Add trivia list for the particular episode or movie - Add YouTube player for trailers on CineLens screen - Add ratings from IMDb, Rotten Tomatoes, Google for 'Other Works' on CineLens screen - Add YouTube player for songs on CineLens screen - Add songs list for the particular episode or movie user is watching
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix Lens is now CineLens |
ID | icjlfhgfjjmpbfminikodoeipbinmjcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-lens-is-now-cinel/icjlfhgfjjmpbfminikodoeipbinmjcm |
คำอธิบาย | CineLens, Your Netflix streaming assistant. |
ขนาดไฟล์ | 794 KB |
จำนวนการติดตั้ง | 1,955 |
เวอร์ชันปัจจุบัน | 2.09 |
อัปเดตครั้งล่าสุด | 2023-12-16 |
วันที่เผยแพร่ | 2021-01-18 |
คะแนน | 4.36/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | Red Labs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Netflix Lens is now CineLens", "name": "Netflix Lens is now CineLens", "description": "CineLens, Your Netflix streaming assistant.", "version": "2.09", "manifest_version": 2, "background": { "scripts": [ "app\/aes.js", "app\/background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "css": [ "\/css\/root.css" ], "js": [ "\/static\/js\/content.js" ] } ], "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*", "music-icon.png" ], "permissions": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.imdb.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.tunefind.com\/*", "*:\/\/*.justwatch.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |