Subtly — Subtitles. Translator. Word training

Subtitles Translator for Popular Video-Streaming Services

Vad är Subtly — Subtitles. Translator. Word training?

Subtly — Subtitles. Translator. Word training är en Chrome-tillägg utvecklad av https://subtly.media, och dess huvudfunktion är "Subtitles Translator for Popular Video-Streaming Services".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Subtly — Subtitles. Translator. Word training-förlängningens CRX-fil

Ladda ner Subtly — Subtitles. Translator. Word training-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

                        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.                    

Grundläggande Information om Tillägg

Namn Subtly — Subtitles. Translator. Word training Subtly — Subtitles. Translator. Word training
ID nldojjdlhkfalipikhhnhhidfhgoopig
Officiell webbadress https://chromewebstore.google.com/detail/subtly-%E2%80%94-subtitles-transl/nldojjdlhkfalipikhhnhhidfhgoopig
Beskrivning Subtitles Translator for Popular Video-Streaming Services
Filstorlek 2.66 MB
Antal Installationer 10,000
Aktuell Version 1.5.32
Senast Uppdaterad 2023-10-10
Publiceringsdatum 2019-04-22
Betyg 3.59/5 Totalt 82 Betyg
Utvecklare https://subtly.media
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://subtly.media/
Hjälpsida URL https://subtly.media/agreement
URL till Sekretesspolicy Sidan https://legal.skyeng.ru/doc/view/privacy-policyseagteng
Stödda Språk 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
}