/dual-captions

🌐 Subtitles in two languages for YouTube, Netflix & beyond

Primary LanguageJavaScriptMIT LicenseMIT

dual-captions
Subtitles in two languages for YouTube, Netflix & Kanopy

build


Manual Installation

Building the extension locally requires having Node and Yarn installed. See https://nodejs.org/ and https://yarnpkg.com/ for installation steps.

  1. Build the extension
chmod u+x ./build-extension.sh
./build-extension.sh
  1. Load the /build/ directory as an unpacked extension in chrome://extensions

You'll need to enable Developer Mode in chrome://extensions to do this. See https://developer.chrome.com/extensions/getstarted#unpacked for more information.

Run Tests

cd browser_action
yarn test

cd content_script
yarn test

Thanks

License

MIT