Youtube Caption Search

Look up the timestamp current keyword

O que é Youtube Caption Search?

Youtube Caption Search é uma extensão do Chrome desenvolvida por jhk.james1110, e sua principal característica é "Look up the timestamp current keyword".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube Caption Search

Baixe arquivos de extensão Youtube Caption 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

                        When watching captioned videos on YouTube, it is easy to miss words and very difficult to find the specific time at which that word was used. With this chrome-extension, you can look up your word on the video, and get the timestamped link of that word.

NOTE: 
This extension is only supported on YouTube videos that are caption-supported (not-autogenerated). 

HOW-TO-USE:

1. Go on any YouTube video that supports non-autogenerated, built-in captions.
2. The default language is either English, or the first options from the captions list supported by the video.
3. To change the caption-language, RIGHT-CLICK for the drop-down menu to pop up.
4. Search, Click, and Watch.

For any questions or problems regarding the extension, please feel free to contact us at:

[email protected]
[email protected]

Version: 1.0.0
Github: https://github.com/youtube-caption/youtube-caption-search.git                    

Informações Básicas da Extensão

Nome Youtube Caption Search Youtube Caption Search
ID alcejjedepbmlebojpoomnelfmicphpp
URL Oficial https://chromewebstore.google.com/detail/youtube-caption-search/alcejjedepbmlebojpoomnelfmicphpp
Descrição Look up the timestamp current keyword
Tamanho do Arquivo 20.72 KB
Contagem de Instalações 104
Versão Atual 1.0.0
Última Atualização 2021-07-01
Data de Publicação 2021-06-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor jhk.james1110
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/youtube-caption/youtube-caption-search.git
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Caption Search",
    "description": "Look up the timestamp current keyword",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}