Google Chrome extension for downloading videos from LinkedIn.
IMPORTANT: unfortunately, this extension got blocked on Chrome Web Store. You can download the built extension file from here and install it manually by dropping it to the Extensions page open in your Google Chrome. Sadly, this approach won't work right away either, because Chrome currently doesn't allow to enable extensions that are not whitelisted on the Web Store. Although, there are some tricks to hack it, if you want please try them on your own risk. Another option is to unpack the CRX file or build it yourself as described below in the development
section. Then you can install it to Chrome as unpacked (you will need to activate the development mode).
- Install dependencies with
npm ci
- Create
.env
configuration file based on.env.example
- Make a build with
npm run build
command - Install the extenstion using development mode from the
./build
folder directly
If you spotted any issue or have an idea how to improve the extension feel free to open an issue.