Playback Rate changer

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

¿Qué es Playback Rate changer?

Playback Rate changer es una extensión de Chrome desarrollada por Amaan Cheval, y su función principal es "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Descargar Archivo CRX de la Extensión Playback Rate changer

Descarga archivos de extensión Playback Rate changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
URL Oficial https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Descripción Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Tamaño del Archivo 3.79 KB
Cantidad de Instalaciones 15
Versión Actual 1.1
Última Actualización 2015-11-12
Fecha de Publicación 2015-11-12
Calificación 3.50/5 Total de 4 Calificaciones
Desarrollador Amaan Cheval
Tipo de Pago free
Idiomas Soportados 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
}