Youtube Shorts Controller
Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
O que é Youtube Shorts Controller?
Youtube Shorts Controller é uma extensão do Chrome desenvolvida por aomerrill98, e sua principal característica é "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Shorts Controller
Baixe arquivos de extensão Youtube Shorts Controller 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
This extension allows you to fast forward and rewind YouTube shorts by 2.5 and 5 seconds. It also allows you to modify playback speed in increments of .25x. The current playback speed as well as timestamp are also displayed on the bottom left of the video. Controls: w/a/A/s/d/D Fast Forward: d - 2.5s D - 5s Rewind: a - 2.5s A - 5s Playback Speed: w - increment by .25x s - decrement by .25x
Informações Básicas da Extensão
Nome | Youtube Shorts Controller |
ID | ficbdkikbblcnkclmfkkppgmfgbcihch |
URL Oficial | https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch |
Descrição | Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed |
Tamanho do Arquivo | 27.82 KB |
Contagem de Instalações | 832 |
Versão Atual | 1.0.3 |
Última Atualização | 2023-11-30 |
Data de Publicação | 2022-12-14 |
Classificação | 4.73/5 Total de 11 Avaliações |
Desenvolvedor | aomerrill98 |
[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 Shorts Controller", "version": "1.0.3", "description": "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "youtube-shorts-controller-script.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |