Speed control of HTML5 video

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

Co to jest Speed control of HTML5 video?

Speed control of HTML5 video to rozszerzenie Chrome opracowane przez Ext.Dev, a jego główną funkcją jest „Increase or decrease the speed of any HTML5 video on any website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Speed control of HTML5 video

Pobierz pliki rozszerzeń Speed control of HTML5 video w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Speed control of HTML5 video Speed control of HTML5 video
ID ihblhcdfebidnflfeinmfcidibiigcoo
Oficjalny URL https://chrome.google.com/webstore/detail/video-speed-control-for-h/ihblhcdfebidnflfeinmfcidibiigcoo
Opis Increase or decrease the speed of any HTML5 video on any website.
Rozmiar pliku 57.2 KB
Liczba instalacji 140,222
Aktualna Wersja 3.1
Ostatnia Aktualizacja 2023-03-23
Data Publikacji 2021-06-06
Ocena 4.55/5 Łącznie 151 Oceny
Deweloper Ext.Dev
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/speed-control-html5-video/home
Obsługiwane Języki 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"
    ]
}