Contextual Search for YouTube

Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.

O que é Contextual Search for YouTube?

Contextual Search for YouTube é uma extensão do Chrome desenvolvida por Gryff, e sua principal característica é "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Contextual Search for YouTube

Baixe arquivos de extensão Contextual Search for 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 very simple extension that allows the user to search for a term in YouTube simply by selecting text, right clicking and selecting "Search YouTube for..." from the contextual menu. Easy to use. Nothing extra.                    

Informações Básicas da Extensão

Nome Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
URL Oficial https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Descrição Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Tamanho do Arquivo 13 KB
Contagem de Instalações 880
Versão Atual 1.0.0.14
Última Atualização 2022-07-31
Data de Publicação 2013-12-17
Classificação 4.77/5 Total de 13 Avaliações
Desenvolvedor Gryff
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contextual Search for YouTube",
    "background": {
        "service_worker": "searchyoutube.js"
    },
    "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.",
    "icons": {
        "16": "SmallIcon.png",
        "48": "MediumIcon.png"
    },
    "version": "1.0.0.14",
    "permissions": [
        "contextMenus"
    ]
}