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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}