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
公式URL 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
Eメール [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"
    }
}