Video Speed Controller for HTML videos

Video speed control for all HTML5 video players. Simply speed up, slow down video using keyboard shortcuts.

Video Speed Controller for HTML videosคืออะไร?

Video Speed Controller for HTML videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Video Control และคุณลักษณะหลักของมันคือ "Video speed control for all HTML5 video players. Simply speed up, slow down video using keyboard shortcuts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Speed Controller for HTML videos

ดาวน์โหลดไฟล์ส่วนขยาย Video Speed Controller for HTML videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Video speed controller for online videos. Speed up, slow down playback on any website. Speed up or slow down video playback on websites such as Youtube and all other websites with video in.

Do you struggle with adjusting the speed of video playback on various websites, including popular streaming platforms like Netflix, Amazon Prime Video, and YouTube?

Introducing the video speed controller, a Google Chrome extension that enables you to finely adjust the playback settings on your favorite streaming websites. With options ranging from 0.25x to 4x, the extension supports a wide range of playback speeds.

The HTML5 video speed controller is an application that allows you to either increase or decrease the playback speed of video content.

Easily manage the playback speed while watching videos. Video Speed Controller enables you to speed up or slow down any video during playback, without any set standards or limitations. You have the freedom to increase or decrease the playback speed, as well as fast forward and rewind the video as many times as needed.

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.

Thankfully, Video Speed Control lets you speed up or slow down videos quickly and easily. Save time today when you are watching videos by slowing them down or speeding the videos up.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video Speed Controller for HTML videos Video Speed Controller for HTML videos
ID nkkhljadiejecbgelalchmjncoilpnlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-speed-controller-fo/nkkhljadiejecbgelalchmjncoilpnlk
คำอธิบาย Video speed control for all HTML5 video players. Simply speed up, slow down video using keyboard shortcuts.
ขนาดไฟล์ 8.07 MB
จำนวนการติดตั้ง 431,586
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2023-06-10
คะแนน 4.75/5 รวมทั้งหมด 353 คะแนน
ผู้พัฒนา Video Control
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/video-speed/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "minimum_chrome_version": "89",
    "name": "__MSG_name__",
    "icons": {
        "48": "images\/logo48.png",
        "64": "images\/logo64.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 3,
    "description": "__MSG_desc__",
    "action": {
        "default_icon": {
            "48": "images\/logo48.png",
            "64": "images\/logo64.png"
        },
        "default_popup": "html\/pp.html"
    },
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/cnt.css",
                "styles\/shade.css"
            ],
            "matches": [
                "file:\/\/\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "styles\/cnt.css"
            ],
            "js": [
                "js\/cnt.js"
            ]
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    }
}