Video Playback Speed
Allows you to change the playback speed of a video.
O que é Video Playback Speed?
Video Playback Speed é uma extensão do Chrome desenvolvida por Tom2718, e sua principal característica é "Allows you to change the playback speed of a video.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Video Playback Speed
Baixe arquivos de extensão Video Playback Speed 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
A very simple extension that allows the user to change the playback speed of a video. - Ultra lightweight and very simple. - Open source code. - Change playback speed to any number. - Easy 'up' and 'down' controls. Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code. View source code here: https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
Informações Básicas da Extensão
Nome | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
URL Oficial | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
Descrição | Allows you to change the playback speed of a video. |
Tamanho do Arquivo | 4.88 KB |
Contagem de Instalações | 254 |
Versão Atual | 1.0 |
Última Atualização | 2018-08-07 |
Data de Publicação | 2018-07-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Tom2718 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
URL da Página de Ajuda | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Playback Speed", "description": "Allows you to change the playback speed of a video.", "author": "Tom2718", "version": "1.0", "browser_action": { "default_icon": "video-ext.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |