Skip to content

medamine980/opensubtitles-extension

 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 44.5%
  • TypeScript 33.3%
  • CSS 18.4%
  • JavaScript 3.8%