Searchyy - Find on YouTube by Right-Click
Search highlighted/selected text on YouTube with right click!
O que é Searchyy - Find on YouTube by Right-Click?
Searchyy - Find on YouTube by Right-Click é uma extensão do Chrome desenvolvida por Vladyslav Bova, e sua principal característica é "Search highlighted/selected text on YouTube with right click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Searchyy - Find on YouTube by Right-Click
Baixe arquivos de extensão Searchyy - Find on YouTube by Right-Click 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
I developed this extension for myself and I hope you will love it too. It's pretty simple. Right click on selected text will redirect you on YouTube with the results. It just saves a time.
Informações Básicas da Extensão
Nome | |
ID | alhnhopmdlijlcdfbmlaflpfbcgfdekh |
URL Oficial | https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh |
Descrição | Search highlighted/selected text on YouTube with right click! |
Tamanho do Arquivo | 9.2 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.0 |
Última Atualização | 2022-02-01 |
Data de Publicação | 2022-02-01 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Vladyslav Bova |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Searchyy - Find on YouTube by Right-Click", "description": "Search highlighted\/selected text on YouTube with right click!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |