Video Speed ⏩ HTML videos

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

Apa itu Video Speed ⏩ HTML videos?

Video Speed ⏩ HTML videos adalah ekstensi Chrome yang dikembangkan oleh Video tools, dan fitur utamanya adalah "Adjust the playback speed HTML5. Enhance videos: Video Speed Controller adjusts speed, skip with shortcuts for improved viewing.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Speed ⏩ HTML videos

Unduh file ekstensi Video Speed ⏩ HTML videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Video Speed ⏩ HTML videos Video Speed ⏩ HTML videos
ID blfehknobghonbjigahfbmmjecooeeja
URL Resmi https://chromewebstore.google.com/detail/video-speed-%E2%8F%A9-html-videos/blfehknobghonbjigahfbmmjecooeeja
Deskripsi Adjust the playback speed HTML5. Enhance videos: Video Speed Controller adjusts speed, skip with shortcuts for improved viewing.
Ukuran File 57.53 KB
Jumlah Instalasi 1,774,803
Versi Saat Ini 1.23
Terakhir Diperbarui 2024-01-27
Tanggal Publikasi 2023-02-28
Penilaian 4.68/5 Total 300 Penilaian
Pengembang Video tools
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}