Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

plussub/opensubtitles-extension-old

Repository files navigation

Open Subtitles

build and deploy

is a browser extension which adds subtitle to HTML <video> tags via file or subtitle search powered by open subtitles & tmbd

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 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 root-folder/dist-firefox

Test pages

Simple test page

Test page with iframes

Discord