Skip to content

Releases: stcmz/video-hotkeys

Release v4.0.0

25 Jul 10:57
Compare
Choose a tag to compare

Release Note

We regularly update VideoHotkeys to resolve compatibility issues with supported video websites.
This prebuilt extension is provided for those who cannot access Chrome Extension Store, Microsoft Edge Add-ons Store, or Firefox Add-ons Store.
To manually install this extension, download and unpack the zip file to a safe place. Then load unpacked extension in the extensions page of your browser.

To build from source code, one can do:

# Restore npm packages
npm ci

# Build the TypeScript project with WebPack
npm run build

# Zip the dist folder to extension.zip
npm run zip

Release v3.12.0

05 Jun 10:44
Compare
Choose a tag to compare

Release Note

We regularly update VideoHotkeys to resolve compatibility issues with supported video websites.
This prebuilt extension is provided for those who cannot access Chrome Extension Store, Microsoft Edge Add-ons Store, or Firefox Add-ons Store.
To manually install this extension, download and unpack the zip file to a safe place. Then load unpacked extension in the extensions page of your browser.

To build from source code, one can do:

# Restore npm packages
npm ci

# Build the TypeScript project with WebPack
npm run build

# Zip the dist folder to extension.zip
npm run zip

Release v3.11.0

04 Nov 09:39
Compare
Choose a tag to compare

Release Note

We regularly update VideoHotkeys to resolve compatibility issues with supported video websites.
This prebuilt extension is provided for those who cannot access Chrome Extension Store, Microsoft Edge Add-ons Store, or Firefox Add-ons Store.
To manually install this extension, download and unpack the zip file to a safe place. Then load unpacked extension in the extensions page of your browser.

To build from source code, one can do:

# Restore npm packages
npm ci

# Build the TypeScript project with WebPack
npm run build

# Zip the dist folder to extension.zip
npm run zip

Release v3.10.0

19 Oct 07:35
Compare
Choose a tag to compare

Release Note

We regularly update VideoHotkeys to resolve compatibility issues with supported video websites.
This prebuilt extension is provided for those who cannot access Chrome Extension Store, Microsoft Edge Add-ons Store, or Firefox Add-ons Store.
To manually install this extension, download and unpack the zip file to a safe place. Then load unpacked extension in the extensions page of your browser.

To build from source code, one can do:

# Restore npm packages
npm ci

# Build the TypeScript project with WebPack
npm run build

# Zip the dist folder to extension.zip
npm run zip

Release v3.9.3

20 Sep 07:41
Compare
Choose a tag to compare

Release Note

We regularly update VideoHotkeys to resolve compatibility issues with supported video websites.
This prebuilt extension is provided for those who cannot access Chrome Extension Store and Microsoft Edge Add-ons Store.
To manually install this extension, download and unpack the zip file to a safe place. Then load unpacked extension in the extensions page of your browser.

To build from source code, one can do:

# Restore npm packages
npm ci

# Build the TypeScript project with WebPack
npm run build

# Zip the dist folder to extension.zip
npm run zip

Release v3.9.2

20 Sep 05:33
Compare
Choose a tag to compare

Release Note

We regularly update VideoHotkeys to resolve compatibility issues with supported video websites.
This prebuilt extension is provided for those who cannot access Chrome Extension Store and Microsoft Edge Add-ons Store.
To manually install this extension, download and unpack the zip file to a safe place. Then load unpacked extension in the extensions page of your browser.

To build from source code, one can do:

# Restore npm packages
npm ci

# Build the TypeScript project with WebPack
npm run build

# Zip the dist folder to extension.zip
npm run zip

Prebuilt extension v3.8.0

14 Aug 09:16
Compare
Choose a tag to compare

Prebuilt extension for v3.2.0

09 Apr 08:45
Compare
Choose a tag to compare

Prebuilt extension for v2.2

01 Apr 10:39
Compare
Choose a tag to compare
Rewrite in typescript and introduce npm and webpack