is a browser extension which adds subtitle to HTML
<video>
tags via file or subtitle search powered by open subtitles & tmbd
# install dependencies
npm install
npm run gen
# build chrome (dev)
npm run start:chrome
- Type in Chrome address bar:
chrome://extensions/
- Activate developer mode
- Load unpacked extension...
- Select
root-folder/dist-chrome
# install dependencies
npm install
npm run gen
# build firefox (dev)
npm run start:firefox
- Type in Firefox address bar:
about:debugging
- Click "This Firefox"
- Load Temporary Add-on...
- Select
root-folder/dist-firefox