HTML5 Video Speed Control

Speed controls for html5 video.

O que é HTML5 Video Speed Control?

HTML5 Video Speed Control é uma extensão do Chrome desenvolvida por thebenedictchen, e sua principal característica é "Speed controls for html5 video.".

Capturas de Tela da Extensão

screenshot

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

                        Watching videos and they're too slow for you?
Adds speed controls to any HTML5 video.  The controls have no limits on speed.


Created by Benedict Chen. If you like it, you can buy me a beer with PayPal.
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WXQKYYKPHWXHS


Open source!
Github: https://github.com/benedictchen/google-chrome-html5video-controls                    

Informações Básicas da Extensão

Nome HTML5 Video Speed Control HTML5 Video Speed Control
ID ejdipbccipeloijefbkiakckfhdbgocg
URL Oficial https://chrome.google.com/webstore/detail/html5-video-speed-control/ejdipbccipeloijefbkiakckfhdbgocg
Descrição Speed controls for html5 video.
Tamanho do Arquivo 69.25 KB
Contagem de Instalações 20,000
Versão Atual 1.42
Última Atualização 2017-11-18
Data de Publicação 2017-11-18
Classificação 3.93/5 Total de 203 Avaliações
Desenvolvedor thebenedictchen
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://benedictchen.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed Control",
    "description": "Speed controls for html5 video.",
    "options_page": "options.html",
    "version": "1.42",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speedcontrol.js"
            ],
            "all_frames": true
        }
    ]
}