Skip to content

Release v3.9.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 07:41

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