Video Speed Controller - video manager

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

Vad är Video Speed Controller - video manager?

Video Speed Controller - video manager är en Chrome-tillägg utvecklad av Speed Control Utility, och dess huvudfunktion är "Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Video Speed Controller - video manager-förlängningens CRX-fil

Ladda ner Video Speed Controller - video manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Video Speed Controller - video manager Video Speed Controller - video manager
ID gaiceihehajjahakcglkhmdbbdclbnlf
Officiell webbadress https://chromewebstore.google.com/detail/video-speed-controller-vi/gaiceihehajjahakcglkhmdbbdclbnlf
Beskrivning Speed controller for HTML5 videos. Manage video speed, speed up using video speed playback. Video speed control.
Filstorlek 233 KB
Antal Installationer 1,540,735
Aktuell Version 1.0.8
Senast Uppdaterad 2024-02-28
Publiceringsdatum 2023-03-01
Betyg 4.71/5 Totalt 801 Betyg
Utvecklare Speed Control Utility
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://videocontrolls.com/privacy-policy.html
Stödda Språk 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:\/\/\/*"
            ]
        }
    ]
}