Video Speed Controller - video manager

Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control.

Video Speed Controller - video managerคืออะไร?

Video Speed Controller - video manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Speed Control Utility และคุณลักษณะหลักของมันคือ "Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Speed Controller - video manager

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

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

                        Simply handle playback speed while watching videos. Video Speed Controller allows you to speed up or slow down any video during the watching. No standards or limits. Just increase and decrease the playback speed, advance and rewind video as many times as you need.

It app will help you optimize your video viewing by allowing you to make fast playback speed adjustments, as well as rewind the video to hear the last few second one more time. 
We don't read at a constant speed, and we talk much slower than we read - there is no reason why we have to listen at a constant speed and at a (very) slow rate.

Have you ever wanted to advance the boring moment or just rewind the favourite video moment more and more? Video Speed Manager is the best tool for video running. 

Settings console will help to optimize video reviewing. All you need is just set needed shortcuts. Use speed indicator in the left corner of video player or use your keyboard to control video speed.

Do you find it difficult to adjust the video playback speed on streaming platforms like Netflix, Amazon Prime Video, Youtube?
That video speed controller, a Google Chrome extension that lets you fine-tune the playback settings on your favourite streaming website. From 0.25x, 0.5x, 0.75x, 1.5x, 2x, 3x, and 4x...the extension supports all kinds of playback settings.

How to use Video Speed Controller Extension:
- Install the extension and pin to your browser (one-time process).
- Open any video on your desired streaming website.
- Click on the extension’s icon.
- Use the extension’s pop-up to specify the video playback settings.
- The chosen settings are applied to the video.

Speed up or slow down any HTML5 videos on any website.
The fastest and easiest way to speed up or slow down videos.
Adjust the speed of any video you're watching so you can skip the boring parts/slow down and understand the video better by playing the video at a slower speed.

Increase the video speed if you are trying to skip past the boring parts and want to skip to the action scenes/critical parts of the video.
Save time today when you are watching videos by slowing them down or speeding the videos up.

Thankfully, Video Speed Controller 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.

Warning: 
Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. HTML5 Video Speed Control for Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.

We hope you find our Playback Video Speed tool useful! We are waiting for your feedback and ratings! If you’re experiencing problems or speed controller isn't working on, please contact us.                    

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

ชื่อ Video Speed Controller - video manager Video Speed Controller - video manager
ID gaiceihehajjahakcglkhmdbbdclbnlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-speed-controller-vi/gaiceihehajjahakcglkhmdbbdclbnlf
คำอธิบาย Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control.
ขนาดไฟล์ 233 KB
จำนวนการติดตั้ง 1,540,735
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-03-01
คะแนน 4.71/5 รวมทั้งหมด 801 คะแนน
ผู้พัฒนา Speed Control Utility
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://videocontrolls.com/privacy-policy.html
ภาษาที่รองรับ 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",
    "name": "__MSG_name__",
    "version": "1.0.8",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "48": "assets\/48.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "48": "assets\/48.png",
            "64": "assets\/64.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "javascript\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/content.css",
                "css\/shade.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ]
}