Interactive Dual Subs for Languages Learning

Translate English, Spanish etc. words instantly in dual subtitles on YouTube, Netflix, Coursera, TED. Then memorize on the go

O que é Interactive Dual Subs for Languages Learning?

Interactive Dual Subs for Languages Learning é uma extensão do Chrome desenvolvida por https://intersub.cc, e sua principal característica é "Translate English, Spanish etc. words instantly in dual subtitles on YouTube, Netflix, Coursera, TED. Then memorize on the go".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Interactive Dual Subs for Languages Learning

Baixe arquivos de extensão Interactive Dual Subs for Languages Learning no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Boost your English and Spanish skills while enjoying content on YouTube, Netflix, TED, and Coursera — all for free. Watch, translate, memorize, and have fun :)

** What's New:
* Subtitles and translation pop-up font sizes adjustment. Now you can change is in the Settings.

* Dual Subtitles. Now supports double subtitles on YouTube, Netflix, Coursera, and TED for videos with subtitles in respective languages (e.g., English and Spanish).

* Remote Control. Perfect for those who prefer watching on larger screens. Now, control video playback and explore unfamiliar words without needing to touch your computer.

** Overview: InterSub revolutionizes subtitles in films, series, courses, and lectures by making them interactive. Instantly translate unknown words and phrases in English and other languages in double, regular and hidden subtitles and learn these words later using our mobile apps and IM bots.

In English, we not only recognize and translate words but also collocations such as phrasal verbs, compound nouns, and soon, idioms.

We support your favorite streaming services like YouTube, Netflix, Coursera, TED, and more coming soon.

** How It Works: move your cursor over a word or select a phrase in double or regular subtitles to receive immediate translations. The word is automatically saved for future memorization. Utilize statistics to prioritize words for memorization. Learn saved words in your favorite mobile apps using automatic sycronization or exporting words through Excel files.
 
** Current features
➖ Dual subtitles on YouTube (including embedded videos), Netflix, Coursera and TED;
➖ 10 word lookups a day for free;
➖ Detection of English phrasal verbs and other collocation (Premium);
➖ Remote Control for looking up words while watching on big screens;
➖ "Show subtitles on pause" and autopause modes;
➖ Unlimited word lookups (Premium);
➖ Mobile apps and Telegram bots for words memorization (Premium);
➖ Supports translation from/to English, Spanish, Portuguese, Ukrainian, Russian, and over 30 other languages (see the the link to the list below);
➖ Translation of a word in a context;
➖ Shortcuts: ← and → arrow keys to get a previous/next subtitle;
➖ List of the last/top 5 viewed words with a translation in the extension;
➖ Text voice acting for words in English and other languages;
➖ Automatic words and phrases saving to a personal vocabulary;
➖ Browse the personal vocabulary using filters, lookups frequency or search;
➖ Export words from the vocabulary to Excel file;
➖ Words translation using the Oxford Dictionary, PONS and AWS;
➖ Phrases and context translation using AWS;
➖ Weekly email-digest with the 10 most looked-up words;
➖ Supported services: YouTube, Netflix, Coursera, TED.
 
** What’s next:
➖ Saved words training while browsing;
➖ Support of Disney+, Amazon Prime, Udemy, Udacity, Skillshare and other services;
 
** Terms 
➖ Free access: 10 lookups a day, last 5 strings in lists on user account on the website;
➖ 7 days Trial with the full access to the whole functionality 
➖ Premium assess: unlimited access to the all functionality and mobile apps;
 
Price: from $5 a month.
 
** Similar services: Language Reactor, Language Learning with Youtube, eJOY, Lingopie, Google translate

** Full list of connected dictionaries (translation from lang A to lang B): https://docs.google.com/spreadsheets/d/1e0aTeF6LNrxq8LYUiCT5RwY2Gzyswf-k1MrSlxI38lA/edit#gid=0                    

Informações Básicas da Extensão

Nome Interactive Dual Subs for Languages Learning Interactive Dual Subs for Languages Learning
ID hhbnckjhjihjangdepdebbnooibiphge
URL Oficial https://chromewebstore.google.com/detail/interactive-dual-subs-for/hhbnckjhjihjangdepdebbnooibiphge
Descrição Translate English, Spanish etc. words instantly in dual subtitles on YouTube, Netflix, Coursera, TED. Then memorize on the go
Tamanho do Arquivo 2.06 MB
Contagem de Instalações 2,388
Versão Atual 3.33.0
Última Atualização 2024-02-25
Data de Publicação 2022-04-09
Classificação 4.67/5 Total de 102 Avaliações
Desenvolvedor https://intersub.cc
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://intersub.cc
URL da Página de Política de Privacidade https://intersub.cc/privacy
Idiomas Suportados en,es,es-419,pt-BR,pt-PT,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "InterSub.cc",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "3.33.0",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "extra-styles.css"
            ],
            "js": [
                "browser-polyfill.js",
                "content-script.js",
                "content-script-loader.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "netflix-subtitle-sniffer-injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png",
        "512": "assets\/images\/icon512.png"
    },
    "action": {
        "name": "__MSG_actionName__",
        "default_icon": {
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png",
            "512": "assets\/images\/icon512.png"
        },
        "default_title": "__MSG_actionDefaultTitle__",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*.netflix.com\/*",
        "https:\/\/app.intersub.cc\/*"
    ],
    "content_security_policy": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "netflix-subtitle-sniffer.js"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ]
}