Netflix™ Search
Search Netflix™
O que é Netflix™ Search?
Netflix™ Search é uma extensão do Chrome desenvolvida por info, e sua principal característica é "Search Netflix™".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix™ Search
Baixe arquivos de extensão Netflix™ Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Netflix™ Search |
ID | behokagbldghpoanekmlepofbokepphm |
URL Oficial | https://chromewebstore.google.com/detail/netflix-search/behokagbldghpoanekmlepofbokepphm |
Descrição | Search Netflix™ |
Tamanho do Arquivo | 50.16 KB |
Contagem de Instalações | 2,271 |
Versão Atual | 1.2 |
Última Atualização | 2023-01-02 |
Data de Publicação | 2021-02-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | info |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://chrome.google.com/webstore/detail/netflix-search/behokagbldghpoanekmlepofbokepphm |
Idiomas Suportados | 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" ] } |