Video Speed Control Jumper

jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.

O que é Video Speed Control Jumper?

Video Speed Control Jumper é uma extensão do Chrome desenvolvida por SL5, e sua principal característica é "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Video Speed Control Jumper

Baixe arquivos de extensão Video Speed Control Jumper 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

                        gives posibility to change video speed by keyboard shurtcuts and starts very fast (first seconds)

its a fork from "HTML5 Video Speed permanent Control" and offers nearly the same shortcuts.                    

Informações Básicas da Extensão

Nome Video Speed Control Jumper Video Speed Control Jumper
ID lcjhkgahjcaldenlagajefcbgkccnlkc
URL Oficial https://chrome.google.com/webstore/detail/video-speed-control-jumpe/lcjhkgahjcaldenlagajefcbgkccnlkc
Descrição jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.
Tamanho do Arquivo 169 KB
Contagem de Instalações 243
Versão Atual 0.9.1
Última Atualização 2015-05-07
Data de Publicação 2015-05-07
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor SL5
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Control Jumper",
    "description": "jumps into Html5-Video, seconds away from beginning and offers some shortcuts. controls works with memory effect.",
    "short_name": "Video Speed Control Jumper",
    "version": "0.9.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speed_control.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}