Speed control of HTML5 video

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

Wat is Speed control of HTML5 video?

Speed control of HTML5 video is een Chrome-extensie ontwikkeld door Ext.Dev, en de belangrijkste functie is "Increase or decrease the speed of any HTML5 video on any website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speed control of HTML5 video

Download Speed control of HTML5 video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Speed control of HTML5 video Speed control of HTML5 video
ID ihblhcdfebidnflfeinmfcidibiigcoo
Officiële URL https://chrome.google.com/webstore/detail/video-speed-control-for-h/ihblhcdfebidnflfeinmfcidibiigcoo
Beschrijving Increase or decrease the speed of any HTML5 video on any website.
Bestandsgrootte 57.2 KB
Aantal Installaties 140,222
Huidige Versie 3.1
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2021-06-06
Beoordeling 4.55/5 Totaal 151 Beoordelingen
Ontwikkelaar Ext.Dev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/speed-control-html5-video/home
Ondersteunde Talen 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"
    ]
}