Speed control of HTML5 video

Increase or decrease the speed of any HTML5 video on any website.

What is Speed control of HTML5 video?

Speed control of HTML5 video is a Chrome extension developed by Ext.Dev, and its main feature is "Increase or decrease the speed of any HTML5 video on any website.".

Extension Screenshots

screenshot

Download Speed control of HTML5 video Extension CRX File

Download Speed control of HTML5 video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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, as many times as you need.
 
Some websites such as YouTube and Facebook  don't allow you to change the speed of your videos. Nowadays, nobody has time to watch 20-30 minute long videos. Especially now with Facebook Video Ads, watching content online can get quite frustrating.

Thankfully, Video Speed Controller lets you speed up or slow down videos quickly and easily. Whether you want to watch videos in 0.5x, 1.5x, 2x or 3x speed, this extension lets you use  hotkeys  to adjust the speed of your videos as you enjoy your videos.

Upon installing the extension, you can navigate to any page that offers HTML5 video, and you'll see a speed indicator in the top left corner of the player. Hover over the indicator to reveal controls that enable you to customize youtube video playback rate and customize youtube audio playback rate. You can accelerate, slowdown, or rewind the video with just one click or use your keyboard shortcuts:

- S - decrease playback speed.
- D - increase playback speed.
- R - reset playback speed.
- Z - rewind video by 10 seconds.
- X - advance video by 10 seconds.
- V - show/hide controller.

You have full control over how you want to watch your videos. If you prefer other shortcuts, want to change the increment value, or want Video Speed Control for HTML5 to remember your playback speed in the future, head into the settings page and customize it to your heart's content.

In conclusion, Video Speed Control for HTML5 is an essential tool for anyone who wants to control audio playback rate online and enjoy watching videos at their preferred pace. Try it out today!                    

Extension Basic Information

Name Speed control of HTML5 video Speed control of HTML5 video
ID ihblhcdfebidnflfeinmfcidibiigcoo
Official URL https://chrome.google.com/webstore/detail/video-speed-control-for-h/ihblhcdfebidnflfeinmfcidibiigcoo
Description Increase or decrease the speed of any HTML5 video on any website.
File Size 57.2 KB
Installation Count 140,222
Current Version 3.1
Last Updated 2023-03-23
Publish Date 2021-06-06
Rating 4.55/5 Total 151 Ratings
Developer Ext.Dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/speed-control-html5-video/home
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "3.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "",
        "storage",
        "cookies"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "shadow.css"
    ]
}