Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
O que é Time Saver for YouTube?
Time Saver for YouTube é uma extensão do Chrome desenvolvida por Julian Acosta, e sua principal característica é "Display the time saved when the playback speed of a YouTube video is adjusted.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Time Saver for YouTube
Baixe arquivos de extensão Time Saver 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
Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.
Informações Básicas da Extensão
Nome | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
URL Oficial | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Descrição | Display the time saved when the playback speed of a YouTube video is adjusted. |
Tamanho do Arquivo | 5.33 KB |
Contagem de Instalações | 38 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2023-03-17 |
Data de Publicação | 2020-07-02 |
Desenvolvedor | Julian Acosta |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Saver for YouTube", "version": "0.0.0.3", "description": "Display the time saved when the playback speed of a YouTube video is adjusted.", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "youtube-script.js" ], "permissions": [ "*:\/\/www.youtube.com\/*" ] } |