Change YouTube Speed 0.0625x to 16x
Change playback speed of YouTube videos from 0.0625x to 16x.
O que é Change YouTube Speed 0.0625x to 16x?
Change YouTube Speed 0.0625x to 16x é uma extensão do Chrome desenvolvida por Aenos, e sua principal característica é "Change playback speed of YouTube videos from 0.0625x to 16x.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Change YouTube Speed 0.0625x to 16x
Baixe arquivos de extensão Change YouTube Speed 0.0625x to 16x 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
Elevate your YouTube viewing experience with our Chrome extension that lets you control the playback speed of videos. With a simple slider, you can set speeds anywhere from 0.0625x for ultra-slow motion to 16x for a quick watch. Whether you want to take your time understanding tutorials or speed through lengthy content, our extension puts you in charge. This user-friendly tool is designed for convenience, allowing you to adjust playback speed effortlessly. Slow down videos to catch every detail or speed them up for efficient watching. Download our extension now and take control of your YouTube experience by customizing playback speeds to suit your preferences.
Informações Básicas da Extensão
Nome | Change YouTube Speed 0.0625x to 16x |
ID | pklbleajhbaepjkeaacdbddpfifjomdf |
URL Oficial | https://chromewebstore.google.com/detail/change-youtube-speed-0062/pklbleajhbaepjkeaacdbddpfifjomdf |
Descrição | Change playback speed of YouTube videos from 0.0625x to 16x. |
Tamanho do Arquivo | 416 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.2.6 |
Última Atualização | 2023-12-09 |
Data de Publicação | 2023-11-29 |
Desenvolvedor | Aenos |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change YouTube Speed 0.0625x to 16x", "description": "Change playback speed of YouTube videos from 0.0625x to 16x.", "version": "1.2.6", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "service-worker.js" } } |