Search on YouTube

Search for anything on YouTube by selecting the text and right clicking.

O que é Search on YouTube?

Search on YouTube é uma extensão do Chrome desenvolvida por Ryan-ED, e sua principal característica é "Search for anything on YouTube by selecting the text and right clicking.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search on YouTube

Baixe arquivos de extensão Search on YouTube 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

                        A simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works.

1) Select some text
2) Right click the mouse to open context menu
3) Select "Search YouTube for [your text]" option

Icons and logos done by @liamcaindesigns on Instagram.                    

Informações Básicas da Extensão

Nome Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
URL Oficial https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
Descrição Search for anything on YouTube by selecting the text and right clicking.
Tamanho do Arquivo 21.49 KB
Contagem de Instalações 657
Versão Atual 1.1
Última Atualização 2021-07-01
Data de Publicação 2021-06-30
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Ryan-ED
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Ryan-ED/search-on-youtube-chrome-ext
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on YouTube",
    "description": "Search for anything on YouTube by selecting the text and right clicking.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png",
        "150": "\/icons\/150x150.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "contextMenus"
    ]
}