5 Speed Options for HTML5 videos

Allows users to store 5 different speed options and access them with keyboard shortcuts

O que é 5 Speed Options for HTML5 videos?

5 Speed Options for HTML5 videos é uma extensão do Chrome desenvolvida por h-1, e sua principal característica é "Allows users to store 5 different speed options and access them with keyboard shortcuts".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 5 Speed Options for HTML5 videos

Baixe arquivos de extensão 5 Speed Options for HTML5 videos 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

                        Allows users to store 5 different speed options and access them with keyboard shortcuts.

5SpeedOptions is heavily influenced by Video Speed Controller
Developer: https://github.com/igrigorik
Video Speed Controller code: https://github.com/igrigorik/videospeed
Chrome extension: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk

Icon made by Freepik from www.flaticon.com
http://www.flaticon.com/free-icon/number-5_1875                    

Informações Básicas da Extensão

Nome 5 Speed Options for HTML5 videos 5 Speed Options for HTML5 videos
ID jgcledljkklfpfbidpfogmcihiphjibn
URL Oficial https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn
Descrição Allows users to store 5 different speed options and access them with keyboard shortcuts
Tamanho do Arquivo 12.54 KB
Contagem de Instalações 341
Versão Atual 1.3
Última Atualização 2018-10-03
Data de Publicação 2018-10-03
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor h-1
Tipo de Pagamento free
Site da Extensão https://github.com/h-1/5SpeedOptions
URL da Página de Ajuda https://github.com/h-1/5SpeedOptions
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "5 Speed Options for HTML5 videos",
    "description": "Allows users to store 5 different speed options and access them with keyboard shortcuts",
    "version": "1.3",
    "homepage_url": "https:\/\/github.com\/h-1\/5SpeedOptions",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/Number_5_16.png",
        "48": "icons\/Number_5_64.png",
        "128": "icons\/Number_5_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/Number_5_16.png",
            "48": "icons\/Number_5_64.png"
        },
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}