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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
} | |