Netflix™ Search
Search Netflix™
Netflix™ Searchとは何ですか?
Netflix™ Searchはinfoによって開発されたChromeの拡張機能で、その主な機能は「Search Netflix™」です。
拡張機能のスクリーンショット
Netflix™ Search拡張機能のCRXファイルをダウンロード
Netflix™ Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Netflix Search extension for Google Chrome.
Find you next Movie or TV Show with this helpful tool.
Netflix Search comes with the latest official Netflix Youtube videos embedded in a popup window so it's easy to find your next title to watch.
Or right-mouse click selected text or images on any website to Search on Netflix.
Neflix Search is not related in any way to Netflix Inc. 拡張機能の基本情報
| 名前 | |
| ID | behokagbldghpoanekmlepofbokepphm |
| 公式URL | https://chromewebstore.google.com/detail/netflix-search/behokagbldghpoanekmlepofbokepphm |
| 説明 | Search Netflix™ |
| ファイルサイズ | 50.16 KB |
| インストール数 | 2,271 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2023-01-02 |
| 公開日 | 2021-02-17 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | info |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://chrome.google.com/webstore/detail/netflix-search/behokagbldghpoanekmlepofbokepphm |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js",
"update-conf.js",
"update.js"
]
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_app_desc__",
"icons": {
"128": "images\/icon.png",
"16": "images\/icon-16.png",
"48": "images\/icon-48.png"
},
"manifest_version": 2,
"name": "__MSG_app_name__",
"permissions": [
"contextMenus"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2",
"web_accessible_resources": [
"images\/*.png",
"popup.js",
"style.css"
]
} | |