π
Learn languages with fun Browser extension to learn languages by watching movies and TV shows.
WARNING
The master branch contains version 2.0 which is currently under active development.
You can find the release version in the v1.0 branch
Installation
The extension supports Chrome, Firefox, Opera and Yandex. It should also work in other browsers that have WebExtensions API support, but it hasn't been tested yet.
Release version available on Chrome Web Store and Firefox Browser Add-ons.
Build
- Install node 12+
- Clone repo
git clone [email protected]:Nitrino/easysubs.git
- Go to folder and install dependencies
cd easysubs && npm i
- Build extension
npm run build
Manual install
- Download and unzip latest version
- Open extensions page in browser:
- For Chrome:
chrome://extensions/
- For Firefox:
about:debugging#/runtime/this-firefox
- For Opera:
opera://extensions
- For Yandex browser:
browser://tune/
- For Chrome:
- Turn on developer mode (for all except Yandex browser)
- Load unpacked extension:
- For Chrome and Opera: Click to
Load unpacked
button and select folder - For Firefox: Click to
Load temporary Add-on...
button and select folder - For Yandex browser: Drag and drop folder to extensions page
- For Chrome and Opera: Click to
Features
Integration with multiple video services
The list of services will expand at the request of users.
To use the plugin, you must have a subscription to the desired service.
Now supported:
Word and full subtitle translation
Just hover over the word that you want to translate. The video will automatically pause and then start playing when you remove the cursor from the subtitles.
In the translation popup of the word, you can see alternative translations with the frequency of use.
Click on the subtitles to translate the whole sentence.
Export words to learning services
The list of services will expand at the request of users.
Now supported:
For the export to work, you must be logged in to the learning service that you want to use (make sure it's the same browser). Then select the desired service in the extension settings.
After which a
Rewind to previous and next subtitle
Rewind to the previous sentence by pressing
Rewind to the next sentence by pressing
Rewind only works if the next/previous sentence is less than 5 seconds apart from the current sentence. Otherwise it'll rewinds 5 seconds.
To force rewinding to the next/previous sentence use alt (option for macOS) + arrow button
.
Subtitle progress bar
At the bottom of the player, there is a subtitles progress bar to simplify navigation between subtitles.
Click on the progress bar to rewind the video to the desired spot.
Subtitle settings and custom subtitles
The extension allows you to adjust the size of the subtitles and their delay.
The default subtitle delay step is 0.25 seconds.
alt (option for macOS) + click the β or β buttons
changes the delay by 1 second.
shift + click the β or β buttons
changes the delay by 5 seconds.
You can also upload your own custom subtitles. Supported are srt
and vtt
formats.
Additional features
- Show all available audio tracks and subtitles on Netflix regardless of region.
Contributing
We are open to community help.
To report a bug or feature offer, create issue and describe the question in detail.
You can also implement the desired feature and send a pull request. We recommend discussing the feature in issues tracker before implementation. This will help reduce your time.