Sentio is a Firefox-Addon that lets you create Video-Bookmarks 📺.
They work like you expect them to work: bookmark a video and Sentio will save 💾, to which point 🕔 you have watched the video. These information help Sentio to jump right into where you stopped last time ▶ if you visit the page again.
# Setup
npm install
# Compile with webpack
npm run build:prod
Upload the zipped dist
folder to AMO
# or sign the addon with
# for this make sure a firefox_api_creds.json with the keys "api_key", "api_secret" & "id" is available
npm run sign:firefox
npm install
npm run build:dev:watch
# or, without file-watching
npm run build:dev
npm run test
# or, with file-watching
npm run test:watch
npm run lint
npm run start:firefoxdeveloperedition
For a complete production build check this out.