VKfox is a browser extension targeted for Firefox and Chromium-based browsers (Google Chrome, Opera, etc.).
Available for download: Firefox, Google Chrome.
Our group in VK - vkfoxy.
- First of all you need to bundle source code to unpacked extension.
- To bundle extension:
npm install
npm run bundleProd
Look to target/firefox
directory.
- To bundle in developer mode (with hot-reload etc...):
npm install
npm run bundle
- To run unpacked extension in Firefox Developer Edition:
npm run ffoxMac