Video Speed ⏩ HTML videos

Adjust the playback speed HTML5. Enhance videos: Video Speed Controller adjusts speed, skip with shortcuts for improved viewing.

O que é Video Speed ⏩ HTML videos?

Video Speed ⏩ HTML videos é uma extensão do Chrome desenvolvida por Video tools, e sua principal característica é "Adjust the playback speed HTML5. Enhance videos: Video Speed Controller adjusts speed, skip with shortcuts for improved viewing.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Speed ⏩ HTML videos

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

                        VSC - Video speed controller for online videos. Speed up, slow down playback on any website.

You can speed up or slow down video playback on websites such as Youtube and all other websites with video in.

The HTML5 video speed controller is an app that allows you to increase or slow down the playback speed of video and audio content.

The main features:
🔹The HTML5 video speed controller is compatible with almost all video sites that you use every day;
🔹Unique accuracy of up to 1% in setting the playback speed that is suitable for you;
🔹Very intuitive interface, so the application will definitely not cause difficulties in using;
🔹Keyboard shortcuts that allow you to instantly change the playback speed.

Effortlessly manage playback speed while viewing videos with Video Speed Controller. This Chrome extension empowers you to adjust playback speed, both faster and slower, as you watch. No restrictions or boundaries, just seamless speed control—accelerate and decelerate playback, skip forward and rewind as often as needed.

This app enhances your video experience by enabling swift speed adjustments and replaying the last few seconds. Our reading and speaking speeds vary, so why not customize listening speed too?

Ever wanted to fast-forward through dull moments or replay your favorite segments endlessly? Video Speed Manager is the ultimate video companion.

Optimize video watching through the settings console; set up shortcuts conveniently. Use the speed indicator in the video player's corner or your keyboard to regulate speed.

Having trouble modifying playback speed on streaming platforms like Netflix, Amazon Prime Video, and YouTube? Meet Video Speed Controller, a Google Chrome extension. Refine playback settings on your preferred streaming site—options include 0.25x, 0.5x, 0.75x, 1.5x, 2x, 3x, and 4x speeds.

How to use:

Install and pin the extension to your browser (one-time setup).
Open any video on your chosen streaming platform.
Click the extension's icon.
Utilize the pop-up to set video playback preferences.
The chosen settings are instantly applied.
Swiftly adjust HTML5 video speeds on any website, the easiest way to hasten or slow down videos. Adapt the pace to skip tedious sections or grasp content more clearly by slowing it down.

Enhance video speed to skip to action scenes or critical moments. Expedite your video-watching experience.

Please note, this extension isn't affiliated with Google and is developed by an independent team. Copyrights belong to respective owners. Google doesn't endorse or sponsor this extension. HTML5 Video Speed Control for Chrome™ is separate from Google Inc.

We hope you find our Playback Video Speed tool valuable! We await your feedback and ratings. If you encounter issues, contact us.                    

Informações Básicas da Extensão

Nome Video Speed ⏩ HTML videos Video Speed ⏩ HTML videos
ID blfehknobghonbjigahfbmmjecooeeja
URL Oficial https://chromewebstore.google.com/detail/video-speed-%E2%8F%A9-html-videos/blfehknobghonbjigahfbmmjecooeeja
Descrição Adjust the playback speed HTML5. Enhance videos: Video Speed Controller adjusts speed, skip with shortcuts for improved viewing.
Tamanho do Arquivo 57.53 KB
Contagem de Instalações 1,774,803
Versão Atual 1.23
Última Atualização 2024-01-27
Data de Publicação 2023-02-28
Classificação 4.68/5 Total de 300 Avaliações
Desenvolvedor Video tools
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,hi,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.23",
    "description": "__MSG_descp__",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "control.js",
                "balancetext.min.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "fontSettings",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    }
}