Open Subtitles

Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites.

Open Subtitles란 무엇입니까?

Open Subtitles은(는) stefan.breitenstein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Open Subtitles extension provides subtitles experience to any HTML5 video site (youtube, netflix, amazon prime, hulu and other streaming sites)

Features:
• Search - autodetection of title, download and view subtitles in videos from OpenSubtitles.com
• Drag and drop subtitles file if you want custom subtitles
• Supported subtitle formats: *.srt, *.vtt, *.ass, *.ssa
• Works on iframes (embedded videos)
• Synchronize subtitles to video
• Customize Subtitles color, background color, transparency, font size
• See transcription/text of video/subtitles, possible copy with shift+left-click
• Jump to timestamp with left click

How to use:
- Install the extension to your browser. 
- We recommend to pin it to navigation bar, so you can use it easily 
- Open website with video
- Click on "Open Subtitles" extension at the right top corner in your browser, it will open extension dialog
- The first video is autodetected, title is detected, search for subtitles and download them, or drop subtitle file
- Subtitles are displayed on video                    

확장 프로그램 기본 정보

이름 Open Subtitles Open Subtitles
ID gbagdbjhcmodnokmjfhkhagnhgmmpgan
공식 URL https://chromewebstore.google.com/detail/open-subtitles/gbagdbjhcmodnokmjfhkhagnhgmmpgan
설명 Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites.
파일 크기 635 KB
설치 횟수 4,825
현재 버전 6.3.8
최근 업데이트 2023-10-03
출시 날짜 2022-05-21
평점 3.64/5 총 14 개의 평점
개발자 stefan.breitenstein
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.opensubtitles.com
도움말 페이지 URL https://github.com/plussub/opensubtitles-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Subtitles",
    "version": "6.3.8",
    "manifest_version": 3,
    "description": "Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites.",
    "author": "Stefan Breitenstein",
    "icons": {
        "16": "res\/icons\/logo16.png",
        "48": "res\/icons\/logo48.png",
        "128": "res\/icons\/logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "res\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "88",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": [
        "webNavigation",
        "scripting",
        "storage",
        "activeTab"
    ]
}