All Projects β†’ Nitrino β†’ easysubs

Nitrino / easysubs

Licence: MIT license
Browser extension for learning languages with watching movies and TV shows

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to easysubs

night-video-tuner
🎬 Browser extension that allows adjusting temperature and other properties of videos on Chrome and Firefox.
Stars: ✭ 19 (-87.82%)
Mutual labels:  netflix, browser-extension
trpl-redirect
Browser extension to correctly redirect links to the outdated "The Rust Programming Language" book, 2nd edition, to the right pages on the latest edition.
Stars: ✭ 16 (-89.74%)
Mutual labels:  browser-extension
perfect-home
firefox newtab/home replacement
Stars: ✭ 101 (-35.26%)
Mutual labels:  browser-extension
Biet-O-Matic-BE
Biet-O-Matic Browser Extension
Stars: ✭ 28 (-82.05%)
Mutual labels:  browser-extension
follows-you-github
A simple browser extension that shows a label to indicate that some user follows you on GitHub
Stars: ✭ 25 (-83.97%)
Mutual labels:  browser-extension
x-forwarded-for
X-Forwarded-For Header Browser Extension
Stars: ✭ 36 (-76.92%)
Mutual labels:  browser-extension
scape
🎨 The new tab page with simplicity in mind.
Stars: ✭ 14 (-91.03%)
Mutual labels:  browser-extension
deptoolkit
The Toolkit API, app, and browser extension. Start preserving now.
Stars: ✭ 40 (-74.36%)
Mutual labels:  browser-extension
series-ninja
Stream and Download your favourite TV series/Movies on Ubuntu/Linux & Windows Desktop
Stars: ✭ 23 (-85.26%)
Mutual labels:  netflix
grru
Gitlab Release Remover UI
Stars: ✭ 42 (-73.08%)
Mutual labels:  browser-extension
TabTrum
TabTrum is a Browser Extension (Currently available for Chrome) to take a snapshot of the open tabs, and open them all again in one single click when you come back and re-open your browser.
Stars: ✭ 24 (-84.62%)
Mutual labels:  browser-extension
edge-contextMenuSearch
Extension for MS Edge browser to provide search option in context menu for selected text
Stars: ✭ 13 (-91.67%)
Mutual labels:  browser-extension
docker-chaos-monkey
A Chaos Monkey system for Docker Swarm
Stars: ✭ 30 (-80.77%)
Mutual labels:  netflix
pinboard-safariextension
πŸ“Œ Pinboard Safari extension for bookmarking the current page.
Stars: ✭ 16 (-89.74%)
Mutual labels:  browser-extension
SigTools
πŸ“† Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.
Stars: ✭ 35 (-77.56%)
Mutual labels:  browser-extension
Boundary
Boundary is a CSS+Javascript library for Chrome extension developers to easily create HTML elements that won’t affect or be affected by the current webpage’s CSS. Strongly recommended if you are considering adding a sticker, a sidebar or any overlay box using content script.
Stars: ✭ 59 (-62.18%)
Mutual labels:  browser-extension
FillProgressLayout
A simple and flexible Fillable Progress Layout written in Kotlin
Stars: ✭ 77 (-50.64%)
Mutual labels:  netflix
LuminousNewTab
Luminous New Tab is a beautiful 'new tab' browser extension that has an animated gradient background! New tabs will show your bookmarks, the time, weather and let you do searches too!
Stars: ✭ 18 (-88.46%)
Mutual labels:  browser-extension
trakttvstats
A chrome extension adding various improvements to trakt.tv
Stars: ✭ 23 (-85.26%)
Mutual labels:  browser-extension
datadog-to-terraform
Converts Datadog resource JSON into Terraform alarm code.
Stars: ✭ 191 (+22.44%)
Mutual labels:  browser-extension

Learn languages with fun πŸŽ‰

Browser extension to learn languages by watching movies and TV shows.

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.

chrome store firefox store

Build

  1. Install node 12+
  2. Clone repo git clone [email protected]:Nitrino/easysubs.git
  3. Go to folder and install dependencies cd easysubs && npm i
  4. Build extension npm run build

Manual install

  1. Download and unzip latest version
  2. 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/
  3. Turn on developer mode (for all except Yandex browser)
  4. 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

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. word translation

Click on the subtitles to translate the whole sentence. word translation

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.

word translation

After which a βž•(plus) icon will appear near the words of the translation, by clicking on which the word is exported to the selected service.

word translation

Rewind to previous and next subtitle

Rewind to the previous sentence by pressing ⬅️ (left arrow).
Rewind to the next sentence by pressing ➑️ (right arrow).

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.

word translation

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.

word translation

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.

word translation

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].