A lightweight web extension that automatically remembers and resumes your playback position on Kick.com VODs. Works on both Firefox and Chrome.
- Node.js (for the build script)
To build the extension for both browsers:
node scripts/build.jsThe output will be in the dist/firefox and dist/chrome directories.
- Download or clone this repository.
- Open Firefox and go to
about:debugging. - Click This Firefox > Load Temporary Add-on....
- Select the
manifest.jsonfile from the project folder.
- Build the extension.
- Open Chrome and go to
chrome://extensions/. - Enable Developer mode in the top right.
- Click Load unpacked.
- Select the
dist/chrome/folder.