Skip to content

Releases: AjaxGb/Better-Chrome-Native-Video

v4.1.5

11 Mar 01:42
Compare
Choose a tag to compare

Stop the native controls from stealing keyboard events. For example, previously when you clicked the "fullscreen" icon on the video, it would prevent keyboard controls from working properly until you clicked somewhere else. This has now been fixed.

v4.1.4

21 Dec 23:08
Compare
Choose a tag to compare

Fixed numpad numbers not working the same way as the normal number keys (thanks @sauravc).

Updated the extension to Manifest V3.

v4.1.3

14 Aug 13:32
Compare
Choose a tag to compare

The way forms work has changed slightly in HTML 5.1 (fieldset.elements is now an HTMLCollection instead of an HTMLFormControlsCollection), so in versions of Chrome after 57 the options page for this extension was not working properly. This is now fixed.

v4.1.2

14 Aug 02:15
Compare
Choose a tag to compare

Direct videos used to consume any clicks and key presses on the page, since they were assumed to be the only thing on it. It has been brought to my attention that some extensions add UI that breaks this assumption, so now direct videos only consume clicks and key presses when the video itself or the document background is the target.

This should improve compatibility with other extensions without affecting the experience of users.

v4.1.1

16 Jan 02:59
Compare
Choose a tag to compare

Fixed text-wrapping problems in the options page when using wider fonts.

v4.1

12 Jan 21:09
Compare
Choose a tag to compare
  • Default values for options are now displayed in a tooltip when you mouse over the items.
  • Made the arrow key skip amounts configurable.
  • Added the ability to enable shortcuts on videos that do not use the default controls.
    • The ability is disabled by default, due to possible confusion if the website were to provide its own conflicting shortcuts.
    • Useful if a website provides custom controls, but no keyboard shortcuts. Will hopefully work on most websites, but no guarantees.

v4.0.4

09 Jan 19:43
Compare
Choose a tag to compare
  • Fixed clicking on direct videos not working.
  • Reduced the chance of conflicts with existing custom controls.

v4.0.3

02 Jan 14:29
Compare
Choose a tag to compare

Fixed options that spanned multiple lines being squashed. Thanks, @chris-oreilly.

v4.0.2

29 Dec 01:04
Compare
Choose a tag to compare

Made it easier to see which options are disabled.

v4.0.1

28 Dec 23:11
Compare
Choose a tag to compare

Fixed click-to-play delay not working on standalone videos. Thanks, @chris-oreilly.