+Sub
Load subtitle to a HTML5 video.
+Sub란 무엇입니까?
+Sub은(는) stefan.breitenstein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load subtitle to a HTML5 video."입니다.
확장 프로그램 스크린샷
+Sub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Load subtitle into any video. Add a subtitle, with a few clicks, to the current video. By using +Sub, you can search and select your desired subtitle which will be displayed on the video. This plugin supports Amazon Video, Netflix, Youtube and many more. You can either way to use the built-in search (powered by tmdb and opensubtitles), to search your desired movie in the desired language or you can simply use your local subtitle files. +Sub has the capability to synchronize the subtitle with the given video. You can simply adjust the offset time in the +Sub dialog, which will directly applied to the subtitle. +Sub has can show the transcript from the given subtitle, which is even copyable with shift+left-click. You can also jump to the given time point in the video with a click into the transcript. Following formats are supported: - *.srt - *.vtt - *.ass - *.ssa +Sub supports the iframes, like embedded youtube videos in a blog. Github: www.github.com/plussub/plussub If you have questions don't bother to join me in Discord: https://discord.gg/sEEeu5r9Nb
확장 프로그램 기본 정보
이름 | +Sub |
ID | lpobdmdfgjokempajoobgfdnhjbjlnpm |
공식 URL | https://chromewebstore.google.com/detail/+sub/lpobdmdfgjokempajoobgfdnhjbjlnpm |
설명 | Load subtitle to a HTML5 video. |
파일 크기 | 738 KB |
설치 횟수 | 11,722 |
현재 버전 | 6.5.2 |
최근 업데이트 | 2023-10-03 |
출시 날짜 | 2018-11-13 |
평점 | 3.88/5 총 109 개의 평점 |
개발자 | stefan.breitenstein |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "+Sub", "version": "6.5.2", "manifest_version": 3, "description": "Load subtitle to a HTML5 video.", "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" ] } |