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是由Speed Control Utility開發的Chrome擴展程式,該擴展的主要功能是“Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control.”。

擴展截圖

screenshot
screenshot
screenshot

下載Video Speed Controller - video manager擴展crx文件

下載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
官方網址 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:\/\/\/*"
            ]
        }
    ]
}