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

Cos'è Interactive Dual Subs for Languages Learning?

Interactive Dual Subs for Languages Learning è un'estensione di Chrome sviluppata da https://intersub.cc, e la sua funzione principale è "Translate English, Spanish etc. words instantly in dual subtitles on YouTube, Netflix, Coursera, TED. Then memorize on the go".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Interactive Dual Subs for Languages Learning

Scarica i file di estensione Interactive Dual Subs for Languages Learning in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Interactive Dual Subs for Languages Learning Interactive Dual Subs for Languages Learning
ID hhbnckjhjihjangdepdebbnooibiphge
URL Ufficiale https://chromewebstore.google.com/detail/interactive-dual-subs-for/hhbnckjhjihjangdepdebbnooibiphge
Descrizione Translate English, Spanish etc. words instantly in dual subtitles on YouTube, Netflix, Coursera, TED. Then memorize on the go
Dimensione del File 2.06 MB
Conteggio Installazioni 2,388
Versione Corrente 3.33.0
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2022-04-09
Valutazione 4.67/5 Totale 102 Valutazioni
Sviluppatore https://intersub.cc
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://intersub.cc
URL della Pagina della Politica sulla Privacy https://intersub.cc/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}