Skip to content

plussub/plussub

Repository files navigation

+Sub

build(chrome) build(firefox)

is an browser extension which adds subtitle to HTML <video> tags via file or subtitle search powered by tmbd & opensubtitles.

Chrome Web Store Chrome Web Store

Mozilla Add-on Mozilla Add-on

Feature list

format
add subtitle
transcript
subtitle customizing
search features

Install local build in Chrome

# install dependencies
npm install
npm run gen

# build chrome (dev)
npm run start:chrome
  1. Type in Chrome address bar: chrome://extensions/
  2. Activate developer mode
  3. Load unpacked extension...
  4. Select plussub-root-folder/dist-chrome

Install local build in Firefox

# install dependencies
npm install
npm run gen

# build firefox (dev)
npm run start:firefox
  1. Type in Firefox address bar: about:debugging
  2. Click "This Firefox"
  3. Load Temporary Add-on...
  4. Select plussub-root-folder/dist-firefox

Test pages

Simple test page

Test page with iframes