YTFind
YTFind allows you to search for the dialogue in Youtube videos.
O que é YTFind?
YTFind é uma extensão do Chrome desenvolvida por http://mattheakis.com, e sua principal característica é "YTFind allows you to search for the dialogue in Youtube videos.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YTFind
Baixe arquivos de extensão YTFind 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
YTFind allows you to search for the dialogue in Youtube videos. Click on the results of the search to skip to that point in the video. You can also press enter to loop through the results. Integrates best with HTML5 Youtube videos, but works with most videos.
Informações Básicas da Extensão
Nome | |
ID | gkeiaihfolcgfgijebiihmmgknapfgpj |
URL Oficial | https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj |
Descrição | YTFind allows you to search for the dialogue in Youtube videos. |
Tamanho do Arquivo | 44.49 KB |
Contagem de Instalações | 154 |
Versão Atual | 1.35.7 |
Última Atualização | 2015-03-15 |
Data de Publicação | 2015-03-15 |
Classificação | 3.92/5 Total de 13 Avaliações |
Desenvolvedor | http://mattheakis.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YTFind", "description": "YTFind allows you to search for the dialogue in Youtube videos.", "version": "1.35.7", "manifest_version": 2, "icons": { "128": "logo.png" }, "permissions": [ "*:\/\/ytfind.com\/*" ], "content_scripts": [ { "js": [ "jquery.js", "xml2json.js", "background.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |