Subtly — Subtitles. Translator. Word training

Subtitles Translator for Popular Video-Streaming Services

Was ist Subtly — Subtitles. Translator. Word training?

Subtly — Subtitles. Translator. Word training ist eine Chrome-Erweiterung, die von https://subtly.media entwickelt wurde, und ihr Hauptmerkmal ist "Subtitles Translator for Popular Video-Streaming Services".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Subtly — Subtitles. Translator. Word training-Erweiterungs-CRX-Datei herunterladen

Laden Sie Subtly — Subtitles. Translator. Word training-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Subtly — Subtitles. Translator. Word training Subtly — Subtitles. Translator. Word training
ID nldojjdlhkfalipikhhnhhidfhgoopig
Offizielle URL https://chromewebstore.google.com/detail/subtly-%E2%80%94-subtitles-transl/nldojjdlhkfalipikhhnhhidfhgoopig
Beschreibung Subtitles Translator for Popular Video-Streaming Services
Dateigröße 2.66 MB
Installationsanzahl 10,000
Aktuelle Version 1.5.32
Letztes Update 2023-10-10
Veröffentlichungsdatum 2019-04-22
Bewertung 3.59/5 Insgesamt 82 Bewertungen
Entwickler https://subtly.media
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://subtly.media/
Hilfeseite URL https://subtly.media/agreement
URL der Datenschutzrichtlinien-Seite https://legal.skyeng.ru/doc/view/privacy-policyseagteng
Unterstützte Sprachen 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
}