Video Speed ⏩ HTML videos

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

什麼是Video Speed ⏩ HTML videos?

Video Speed ⏩ HTML videos是由Video tools開發的Chrome擴展程式,該擴展的主要功能是“Adjust the playback speed HTML5. Enhance videos: Video Speed Controller adjusts speed, skip with shortcuts for improved viewing.”。

擴展截圖

screenshot
screenshot

下載Video Speed ⏩ HTML videos擴展crx文件

下載Video Speed ⏩ HTML videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Video Speed ⏩ HTML videos Video Speed ⏩ HTML videos
ID blfehknobghonbjigahfbmmjecooeeja
官方網址 https://chromewebstore.google.com/detail/video-speed-%E2%8F%A9-html-videos/blfehknobghonbjigahfbmmjecooeeja
簡介 Adjust the playback speed HTML5. Enhance videos: Video Speed Controller adjusts speed, skip with shortcuts for improved viewing.
檔案大小 57.53 KB
安裝次數 1,774,803
目前版本 1.23
更新時間 2024-01-27
上架時間 2023-02-28
評分 4.68/5 共 300 次評分
開發者 Video tools
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}