Youtube Video Speed UP!
Control Youtube Video Speed or any video that probably able to control, give it a try!
O que é Youtube Video Speed UP!?
Youtube Video Speed UP! é uma extensão do Chrome desenvolvida por xinxinz9999, e sua principal característica é "Control Youtube Video Speed or any video that probably able to control, give it a try!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Video Speed UP!
Baixe arquivos de extensão Youtube Video Speed UP! 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
Control Youtube Video Speed or any video that probably able to control. Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.) Slow Down from 0.01 to 1.
Informações Básicas da Extensão
Nome | Youtube Video Speed UP! |
ID | jdcgdehghfameefmeembbbajjkimigpe |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe |
Descrição | Control Youtube Video Speed or any video that probably able to control, give it a try! |
Tamanho do Arquivo | 12.61 KB |
Contagem de Instalações | 221 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2021-09-30 |
Data de Publicação | 2021-09-30 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | xinxinz9999 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Speed UP!", "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!", "version": "0.0.0.1", "manifest_version": 3, "author": "XINXIN ZHAO", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |