YouTube Quick Search
Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…
O que é YouTube Quick Search?
YouTube Quick Search é uma extensão do Chrome desenvolvida por afkdev8, e sua principal característica é "Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Quick Search
Baixe arquivos de extensão YouTube Quick 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
Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this extension! 1) Mark any text in your browser 2) Right-click on it 3) Press "Search on YouTube" Contact: [email protected]
Informações Básicas da Extensão
Nome | YouTube Quick Search |
ID | algmmcbdjmplgjmligafamelebkahfhh |
URL Oficial | https://chromewebstore.google.com/detail/youtube-quick-search/algmmcbdjmplgjmligafamelebkahfhh |
Descrição | Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this… |
Tamanho do Arquivo | 11.68 KB |
Contagem de Instalações | 60 |
Versão Atual | 2.0 |
Última Atualização | 2023-12-06 |
Data de Publicação | 2020-03-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | afkdev8 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://afkdev8.vercel.app/ |
URL da Página de Ajuda | https://github.com/mrinfinidy/YouTubeSearch |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Quick Search", "version": "2.0", "permissions": [ "contextMenus" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "128": "icon128.png" } } |