YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
O que é YouTube Speed Controls?
YouTube Speed Controls é uma extensão do Chrome desenvolvida por https://jamesdeklerk.com, e sua principal característica é "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Speed Controls
Baixe arquivos de extensão YouTube Speed Controls 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
Note: After initial install, you may need to reload YouTube pages that were open (this only happens on initial install) Control the speed of YouTube videos using the ` key. Flick between normal (1x), 2x and 3x playback speed. Usage: - Click ` (the grave accent key) to flick between normal and 2x playback speed - Click ctrl + ` to flick between normal and 3x playback speed.
Informações Básicas da Extensão
Nome | YouTube Speed Controls |
ID | naalfmaaomhjpbndelnlijacdniggpjn |
URL Oficial | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
Descrição | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
Tamanho do Arquivo | 9.92 KB |
Contagem de Instalações | 27,337 |
Versão Atual | 1.3 |
Última Atualização | 2024-01-19 |
Data de Publicação | 2018-09-12 |
Classificação | 4.13/5 Total de 61 Avaliações |
Desenvolvedor | https://jamesdeklerk.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jamesdeklerk/youtube-speed-controls |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Speed Controls", "description": "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.", "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "src\/javascript\/script.js" ], "css": [ "src\/css\/styles.css" ] } ], "icons": { "16": "src\/images\/icon16.png", "48": "src\/images\/icon48.png", "128": "src\/images\/icon128.png" } } |