SUFLI - Netflix subtitles translator

A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click

SUFLI - Netflix subtitles translator란 무엇입니까?

SUFLI - Netflix subtitles translator은(는) amidart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SUFLI - Netflix subtitles translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - Use left mouse button to translate a single word.
- Use right mouse button to translate a phrase - just right-click on each word.
- Multiple dictionaries, multiple directions.
- Has subtitles history and you can use translator there too!

Feel free to contact me at [email protected]                    

확장 프로그램 기본 정보

이름 SUFLI - Netflix subtitles translator SUFLI - Netflix subtitles translator
ID glhnfeapdblacaodpihdfcaijfddedec
공식 URL https://chromewebstore.google.com/detail/sufli-netflix-subtitles-t/glhnfeapdblacaodpihdfcaijfddedec
설명 A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click
파일 크기 326 KB
설치 횟수 3,227
현재 버전 0.9.6 BETA
최근 업데이트 2018-11-26
출시 날짜 2018-11-26
평점 3.32/5 총 53 개의 평점
개발자 amidart
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://dmitry.artamoshkin.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SUFLI - Netflix subtitles translator",
    "short_name": "SUFLI",
    "description": "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click",
    "version": "0.9.6",
    "version_name": "0.9.6 BETA",
    "icons": {
        "128": "img\/icon256.png",
        "256": "img\/icon256.png"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery-2.2.4.min.js",
            "\/lib\/mustache-2.3.0.min.js",
            "\/lib\/google-analytics-bundle.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "lib\/jquery-2.2.4.min.js",
                "lib\/netflix.js",
                "\/js\/content-script-0.js"
            ],
            "css": [
                "css\/netflix.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/html\/*",
        "\/img\/*"
    ],
    "permissions": [
        "storage",
        "*:\/\/translate.google.com\/*",
        "*:\/\/api.urbandictionary.com\/*",
        "*:\/\/glosbe.com\/*",
        "*:\/\/api.lingualeo.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}