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 |
| 电子邮箱 | [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"
]
} | |