Playback Rate changer

Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements

O que é Playback Rate changer?

Playback Rate changer é uma extensão do Chrome desenvolvida por Amaan Cheval, e sua principal característica é "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Baixar o arquivo CRX da Extensão Playback Rate changer

Baixe arquivos de extensão Playback Rate changer 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

                        An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.

Keyboard shortcuts:

Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily

The speed is saved locally for each domain individually.

Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.                    

Informações Básicas da Extensão

Nome Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
URL Oficial https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Descrição Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Tamanho do Arquivo 3.79 KB
Contagem de Instalações 15
Versão Atual 1.1
Última Atualização 2015-11-12
Data de Publicação 2015-11-12
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor Amaan Cheval
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
    "name": "Playback Rate changer",
    "version": "1.1",
    "manifest_version": 2
}