YouTube video timestamps
Displays YouTube video timecodes from descriptions and comments.
O que é YouTube video timestamps?
YouTube video timestamps é uma extensão do Chrome desenvolvida por Roman Sadovnikov, e sua principal característica é "Displays YouTube video timecodes from descriptions and comments.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube video timestamps
Baixe arquivos de extensão YouTube video timestamps 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
If there are timecodes in the description or comments to a YouTube video, the extension catches them and displays them under the video. So far, the extension only shows the timecodes that you have opened on your computer.
Informações Básicas da Extensão
Nome | YouTube video timestamps |
ID | fkcajpjelgilnhhadfpchooafgdjacpn |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-timestamps/fkcajpjelgilnhhadfpchooafgdjacpn |
Descrição | Displays YouTube video timecodes from descriptions and comments. |
Tamanho do Arquivo | 25.97 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2021-04-12 |
Data de Publicação | 2021-04-12 |
Desenvolvedor | Roman Sadovnikov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,hu,pl,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "\/icon.png" }, "manifest_version": 2, "background": { "scripts": [ "\/js\/chrome.js" ] }, "permissions": [ "https:\/\/*.youtube.com\/*" ], "name": "YouTube video timestamps", "default_locale": "en", "description": "Displays YouTube video timecodes from descriptions and comments.", "browser_action": { "default_icon": "\/icon.png", "default_popup": "\/options.html" }, "content_scripts": [ { "all_frames": true, "css": [ "\/styles\/page_styles.css" ], "js": [ "\/js\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "styles\/*.css", "*.js" ], "version": "1.0" } |