Subtly — Subtitles. Translator. Word training

Subtitles Translator for Popular Video-Streaming Services

Subtly — Subtitles. Translator. Word training란 무엇입니까?

Subtly — Subtitles. Translator. Word training은(는) https://subtly.media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Subtitles Translator for Popular Video-Streaming Services"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Subtly — Subtitles. Translator. Word training 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Subtly — Subtitles. Translator. Word training Subtly — Subtitles. Translator. Word training
ID nldojjdlhkfalipikhhnhhidfhgoopig
공식 URL https://chromewebstore.google.com/detail/subtly-%E2%80%94-subtitles-transl/nldojjdlhkfalipikhhnhhidfhgoopig
설명 Subtitles Translator for Popular Video-Streaming Services
파일 크기 2.66 MB
설치 횟수 10,000
현재 버전 1.5.32
최근 업데이트 2023-10-10
출시 날짜 2019-04-22
평점 3.59/5 총 82 개의 평점
개발자 https://subtly.media
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://subtly.media/
도움말 페이지 URL https://subtly.media/agreement
개인정보 보호 정책 페이지 URL https://legal.skyeng.ru/doc/view/privacy-policyseagteng
지원되는 언어 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
}