Netflix Recommender
This is an extension to recommend movies/shows from Netflix.
什么是Netflix Recommender?
Netflix Recommender是由Rishikesh95开发的Chrome扩展程序,该扩展的主要功能是“This is an extension to recommend movies/shows from Netflix.”。
扩展截图
下载Netflix Recommender扩展crx文件
下载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" } } } |