应用截图

HTML5 media speed controller + subs截图1

详细介绍

Speed controls and subtitles for HTML5 media.

Use to control speed on HTML5 video and audio streams.

Can add SRT files as WEBVTT tracks, style the subtitles and set the delay so that they are in sync (tip: use the console log to help you) (Press the underscore button on the UI to start/complete the process of adding subtitles).

This extension is safe to use in incognito mode as the only data it stores is the settings; I recommend enabling it for file URLs.

You can add a colour matrix and other video CSS, but there is one enabled by default that makes greens and pinks more realistic.

Changelog:
15/10/2023: Picture-in-Picture button added to bar; more efficient code used to search for streams.
05/01/2023: Faster code used when searching for streams.
01/12/2022: Colour matrix added as a blob URL rather than by inserting a tag into the web page.
25/11/2022: No longer shows the native HTML5 video controls when playbackRate is changed.
24/10/2022: Improved element handling (e.g. searching for tags); better hiding of HTML elements other than the video hide controller now causes the extension name to be printed before the hiding status.
16/10/2022: Video controls will show up more often when toggling hide controller.
05/10/2022: Fixed issue with timeout of mutationObserver that delayed or even prevented the activation of the speed controller.
13/08/2022: Removed spam of "Current site is blacklisted from speed controller." in the console and now shows you which blacklist entry is relevant.
26/05/2022 - Converted all "event.path" into "event .composedPath()"
09/04/2022 - Can now attach to media hidden in shadow DOMs, can accept .vtt subs if a .vtt fle is selected, and smoother dragging.
15/06/2021 - Amended remaining time for some live streams (see 09/01/2020), to better reflect how much time ahead of the current time has buffered.
17/03/2021 - Made video CSS '!important'.
08/03/2021 - Updated to manifest v3.
24/02/2021 - Bugfix for last update.
24/02/2021 - Fixed issue