Html5 Video Speed Control
This extension allows the user to change the Html5 Video Speed.
O que é Html5 Video Speed Control?
Html5 Video Speed Control é uma extensão do Chrome desenvolvida por Eric, e sua principal característica é "This extension allows the user to change the Html5 Video Speed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Html5 Video Speed Control
Baixe arquivos de extensão Html5 Video Speed Control 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
The appearance and description are aweful, but the extension is awesome.
Informações Básicas da Extensão
Nome | ![]() |
ID | kdeohphfaeoaeocgalpfjabofhfnikjc |
URL Oficial | https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc |
Descrição | This extension allows the user to change the Html5 Video Speed. |
Tamanho do Arquivo | 31.58 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.0 |
Última Atualização | 2019-06-01 |
Data de Publicação | 2019-06-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Eric |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Html5 Video Speed Control", "description": "This extension allows the user to change the Html5 Video Speed.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage" ] } |