Speed control of HTML5 video

Increase or decrease the speed of any HTML5 video on any website.

¿Qué es Speed control of HTML5 video?

Speed control of HTML5 video es una extensión de Chrome desarrollada por Ext.Dev, y su función principal es "Increase or decrease the speed of any HTML5 video on any website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Speed control of HTML5 video

Descarga archivos de extensión Speed control of HTML5 video 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

                        Simply handle playback speed while watching videos. Video Speed Controller allows you to speed up or slow down any video during the watching. No standards or limits. Just increase and decrease the playback speed, as many times as you need.
 
Some websites such as YouTube and Facebook  don't allow you to change the speed of your videos. Nowadays, nobody has time to watch 20-30 minute long videos. Especially now with Facebook Video Ads, watching content online can get quite frustrating.

Thankfully, Video Speed Controller lets you speed up or slow down videos quickly and easily. Whether you want to watch videos in 0.5x, 1.5x, 2x or 3x speed, this extension lets you use  hotkeys  to adjust the speed of your videos as you enjoy your videos.

Upon installing the extension, you can navigate to any page that offers HTML5 video, and you'll see a speed indicator in the top left corner of the player. Hover over the indicator to reveal controls that enable you to customize youtube video playback rate and customize youtube audio playback rate. You can accelerate, slowdown, or rewind the video with just one click or use your keyboard shortcuts:

- S - decrease playback speed.
- D - increase playback speed.
- R - reset playback speed.
- Z - rewind video by 10 seconds.
- X - advance video by 10 seconds.
- V - show/hide controller.

You have full control over how you want to watch your videos. If you prefer other shortcuts, want to change the increment value, or want Video Speed Control for HTML5 to remember your playback speed in the future, head into the settings page and customize it to your heart's content.

In conclusion, Video Speed Control for HTML5 is an essential tool for anyone who wants to control audio playback rate online and enjoy watching videos at their preferred pace. Try it out today!                    

Información Básica de la Extensión

Nombre Speed control of HTML5 video Speed control of HTML5 video
ID ihblhcdfebidnflfeinmfcidibiigcoo
URL Oficial https://chrome.google.com/webstore/detail/video-speed-control-for-h/ihblhcdfebidnflfeinmfcidibiigcoo
Descripción Increase or decrease the speed of any HTML5 video on any website.
Tamaño del Archivo 57.2 KB
Cantidad de Instalaciones 140,222
Versión Actual 3.1
Última Actualización 2023-03-23
Fecha de Publicación 2021-06-06
Calificación 4.55/5 Total de 151 Calificaciones
Desarrollador Ext.Dev
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/speed-control-html5-video/home
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "3.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "",
        "storage",
        "cookies"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "shadow.css"
    ]
}