Speed control of HTML5 video

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

Qu'est-ce que Speed control of HTML5 video ?

Speed control of HTML5 video est une extension Chrome développée par Ext.Dev, et sa fonction principale est "Increase or decrease the speed of any HTML5 video on any website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Speed control of HTML5 video

Téléchargez les fichiers d'extension Speed control of HTML5 video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Speed control of HTML5 video Speed control of HTML5 video
ID ihblhcdfebidnflfeinmfcidibiigcoo
URL Officiel 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.
Taille du Fichier 57.2 KB
Nombre d'Installations 140,222
Version Actuelle 3.1
Dernière Mise à Jour 2023-03-23
Date de Publication 2021-06-06
Évaluation 4.55/5 Total 151 Évaluations
Développeur Ext.Dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/speed-control-html5-video/home
Langues Prises en Charge 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"
    ]
}