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

Vad är Interactive Dual Subs for Languages Learning?

Interactive Dual Subs for Languages Learning är en Chrome-tillägg utvecklad av https://intersub.cc, och dess huvudfunktion är "Translate English, Spanish etc. words instantly in dual subtitles on YouTube, Netflix, Coursera, TED. Then memorize on the go".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Interactive Dual Subs for Languages Learning-förlängningens CRX-fil

Ladda ner Interactive Dual Subs for Languages Learning-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Interactive Dual Subs for Languages Learning Interactive Dual Subs for Languages Learning
ID hhbnckjhjihjangdepdebbnooibiphge
Officiell webbadress https://chromewebstore.google.com/detail/interactive-dual-subs-for/hhbnckjhjihjangdepdebbnooibiphge
Beskrivning Translate English, Spanish etc. words instantly in dual subtitles on YouTube, Netflix, Coursera, TED. Then memorize on the go
Filstorlek 2.06 MB
Antal Installationer 2,388
Aktuell Version 3.33.0
Senast Uppdaterad 2024-02-25
Publiceringsdatum 2022-04-09
Betyg 4.67/5 Totalt 102 Betyg
Utvecklare https://intersub.cc
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://intersub.cc
URL till Sekretesspolicy Sidan https://intersub.cc/privacy
Stödda Språk 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\/*"
            ]
        }
    ]
}