Skip to content

Release v4.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 10:53

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