Youtube SpeedWatch
This extension shows the duration of a video on YouTube based on the playback speed.
O que é Youtube SpeedWatch?
Youtube SpeedWatch é uma extensão do Chrome desenvolvida por Grzojda, e sua principal característica é "This extension shows the duration of a video on YouTube based on the playback speed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube SpeedWatch
Baixe arquivos de extensão Youtube SpeedWatch 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
YouTube SpeedWatch is a handy extension that allows you to see the actual duration of a video on YouTube, taking into account the playback speed. Whether you're watching at 2x speed or any other speed, this extension provides an accurate display of the video length, giving you complete control over your viewing experience. Say goodbye to the guesswork and uncertainty of video duration when using different playback speeds. Install YouTube SpeedWatch today and enhance your video-watching experience on YouTube!
Informações Básicas da Extensão
Nome | Youtube SpeedWatch |
ID | fcefkpniflbaghkiodhhcfhfdagkmpcm |
URL Oficial | https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm |
Descrição | This extension shows the duration of a video on YouTube based on the playback speed. |
Tamanho do Arquivo | 19.13 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.3 |
Última Atualização | 2024-02-04 |
Data de Publicação | 2024-01-30 |
Desenvolvedor | Grzojda |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube SpeedWatch", "description": "This extension shows the duration of a video on YouTube based on the playback speed.", "version": "1.3", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "icon.png" } } |