Netflix™ Search
Search Netflix™
What is Netflix™ Search?
Netflix™ Search is a Chrome extension developed by info, and its main feature is "Search Netflix™".
Extension Screenshots
Download Netflix™ Search Extension CRX File
Download Netflix™ Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Netflix™ Search |
ID | behokagbldghpoanekmlepofbokepphm |
Official URL | https://chromewebstore.google.com/detail/netflix-search/behokagbldghpoanekmlepofbokepphm |
Description | Search Netflix™ |
File Size | 50.16 KB |
Installation Count | 2,271 |
Current Version | 1.2 |
Last Updated | 2023-01-02 |
Publish Date | 2021-02-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | info |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/netflix-search/behokagbldghpoanekmlepofbokepphm |
Supported Languages | 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" ] } |