Subtly — Subtitles. Translator. Word training

Subtitles Translator for Popular Video-Streaming Services

What is Subtly — Subtitles. Translator. Word training?

Subtly — Subtitles. Translator. Word training is a Chrome extension developed by https://subtly.media, and its main feature is "Subtitles Translator for Popular Video-Streaming Services".

Extension Screenshots

screenshot
screenshot
screenshot

Download Subtly — Subtitles. Translator. Word training Extension CRX File

Download Subtly — Subtitles. Translator. Word training extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Subtly — words training and translator for websites and Netflix, Youtube, Kinopoisk subtitles.

We believe learning English can and should be fun. As much fun as watching your favourite movies and TV shows. And Subtly is here to marry these two things ❤️.

With Subtly you can:

Translate English subtitles
Translate English words while reading websites and articles
See the meaning of a word in a particular context
Hear how a word or a phrase is pronounced correctly
Create your own word lists and learn them any time
Practice words in your browser or with Skyeng mobile app (dictionaries are synchronized)

We want to make Subtly better and better, of course, which is why we plan to do more cool stuff like:

Supporting more languages for translation
Supporting more content providers like Amazon Prime, Hulu, Showtime and others
Making translations more relevant, smarter and more contextual
Adding new UX features for working with web players and subtitles

Make sure to comment and let us know what you think about Subtly, it’ll be much appreciated. Stay tuned!

P.S.: We work with Adblock. We use our own vocabulary base.

Disclaimer: Netflix, Youtube and Kinopoisk are registered trademarks. Subtly is not affiliated with Netflix, Youtube or Kinopoisk.                    

Extension Basic Information

Name Subtly — Subtitles. Translator. Word training Subtly — Subtitles. Translator. Word training
ID nldojjdlhkfalipikhhnhhidfhgoopig
Official URL https://chromewebstore.google.com/detail/subtly-%E2%80%94-subtitles-transl/nldojjdlhkfalipikhhnhhidfhgoopig
Description Subtitles Translator for Popular Video-Streaming Services
File Size 2.66 MB
Installation Count 10,000
Current Version 1.5.32
Last Updated 2023-10-10
Publish Date 2019-04-22
Rating 3.59/5 Total 82 Ratings
Developer https://subtly.media
Email [email protected]
Payment Type free
Extension Website http://subtly.media/
Help Page URL https://subtly.media/agreement
Privacy Policy Page URL https://legal.skyeng.ru/doc/view/privacy-policyseagteng
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subtly \u2014 Subtitles. Translator. Word training",
    "short_name": "Subtly",
    "description": "Subtitles Translator for Popular Video-Streaming Services",
    "version": "1.5.32",
    "background": {
        "scripts": [
            "service_worker.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.skyeng.ru; object-src 'none'",
    "web_accessible_resources": [
        "fonts\/Stratosskyengweb-regular.woff2",
        "fonts\/Stratosskyengweb-regular.woff",
        "fonts\/stratosskyengweb-medium.woff2",
        "fonts\/stratosskyengweb-medium.woff",
        "fonts\/stratosskyengweb-semibold.woff2",
        "fonts\/stratosskyengweb-semibold.woff",
        "fonts\/stratosskyengweb-italic.woff2",
        "fonts\/stratosskyengweb-italic.woff",
        "fonts\/stratosskyengweb-italic.woff2",
        "fonts\/stratosskyengweb-italic.woff",
        "fonts\/stratosskyengweb-semibolditalic.woff2",
        "fonts\/stratosskyengweb-semibolditalic.woff",
        "fonts\/stratos-skyeng.css",
        "training-hint.mp4"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "https:\/\/subtly.media\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "translator.js",
                "training.js",
                "common-vendor.js",
                "inject-styles.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/subtly.media\/dictionary*"
            ],
            "js": [
                "dictionary.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "netflix.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/subtly-api.skyeng.ru\/api\/v1\/oauth\/*"
            ],
            "js": [
                "auth.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/hd.kinopoisk.ru\/*"
            ],
            "js": [
                "kp.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "32": "icon-32.png"
        },
        "default_title": "Subtly",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}