Subtitles for netflix

Subtitles for netflix!

Subtitles for netflix란 무엇입니까?

Subtitles for netflix은(는) mesompi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Subtitles for netflix!"입니다.

확장 프로그램 스크린샷

screenshot

Subtitles for netflix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enables multiple subtitles on netflix!

* Load multiple subtitles from netflix!
* Customize font sizes, colors and position!
* Upload your srt and dfxp files!
* Sync your uploaded subtitles visually  (SRT or DFXP files)

New features in version 0.0.35!
* Now the extension saves the font-size, color and order of subtitles. 

Ideal for foreign language learners.                    

확장 프로그램 기본 정보

이름 Subtitles for netflix Subtitles for netflix
ID oddfihdjoneffhjjlpgdjaefeklefmdi
공식 URL https://chromewebstore.google.com/detail/subtitles-for-netflix/oddfihdjoneffhjjlpgdjaefeklefmdi
설명 Subtitles for netflix!
파일 크기 107 KB
설치 횟수 9,502
현재 버전 0.0.40
최근 업데이트 2021-04-18
출시 날짜 2019-02-06
평점 3.65/5 총 68 개의 평점
개발자 mesompi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Subtitles for netflix!"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "prepare.js",
                "angular.min.js",
                "ng-file-model.min.js",
                "utils.js",
                "controller.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "runAt": "document_start"
        }
    ],
    "description": "Subtitles for netflix!",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Subtitles for netflix",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.40"
}