Subtly — Subtitles. Translator. Word training

Subtitles Translator for Popular Video-Streaming Services

Co je Subtly — Subtitles. Translator. Word training?

Subtly — Subtitles. Translator. Word training je rozšíření Chrome vyvinuté https://subtly.media, a jeho hlavní funkcí je „Subtitles Translator for Popular Video-Streaming Services“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Subtly — Subtitles. Translator. Word training

Stáhněte si soubory rozšíření Subtly — Subtitles. Translator. Word training ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Subtly — Subtitles. Translator. Word training Subtly — Subtitles. Translator. Word training
ID nldojjdlhkfalipikhhnhhidfhgoopig
Oficiální URL https://chromewebstore.google.com/detail/subtly-%E2%80%94-subtitles-transl/nldojjdlhkfalipikhhnhhidfhgoopig
Popis Subtitles Translator for Popular Video-Streaming Services
Velikost souboru 2.66 MB
Počet instalací 10,000
Aktuální Verze 1.5.32
Poslední Aktualizace 2023-10-10
Datum Vydání 2019-04-22
Hodnocení 3.59/5 Celkem 82 Hodnocení
Vývojář https://subtly.media
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://subtly.media/
URL Stránky Nápovědy https://subtly.media/agreement
URL Stránky Zásad Ochrany Soukromí https://legal.skyeng.ru/doc/view/privacy-policyseagteng
Podporované Jazyky 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
}