YouTube™ dual subtitles
Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style.
YouTube™ dual subtitles란 무엇입니까?
YouTube™ dual subtitles은(는) https://dual-subtitles.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style."입니다.
확장 프로그램 스크린샷
YouTube™ dual subtitles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Default subtitles: Set the translation language. Single subtitle: Switch between bilingual subtitles and single subtitles. Subtitle download: Download video subtitles and translated subtitles, support .txt, .srt. Custom subtitle style: Font size, font, color, background, order, text stroke, spacing. Single subtitle and double subtitle can be set separately. Custom styles can be turned off. More optimizations: Video quality lock Video autoplay lock Subtitle status locked Subtitle position lock Subtitle text copy Extension right-click menu: hide download menu Release Notes More tips: ⚠️ After the first installation, you need to refresh the YouTube page. The initial language of the default subtitles is the browser language. Bilingual subtitles use video subtitles first, and fall back to machine translation if not. feedback email [email protected]
확장 프로그램 기본 정보
이름 | YouTube™ dual subtitles |
ID | hkbdddpiemdeibjoknnofflfgbgnebcm |
공식 URL | https://chromewebstore.google.com/detail/youtube-dual-subtitles/hkbdddpiemdeibjoknnofflfgbgnebcm |
설명 | Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style. |
파일 크기 | 114 KB |
설치 횟수 | 300,000 |
현재 버전 | 3.6.7 |
최근 업데이트 | 2022-04-27 |
출시 날짜 | 2020-10-12 |
평점 | 4.36/5 총 752 개의 평점 |
개발자 | https://dual-subtitles.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dual-subtitles.com |
개인정보 보호 정책 페이지 URL | https://www.dual-subtitles.com/privacy-policy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.6.7", "default_locale": "en", "icons": { "16": "assets\/16.png", "32": "assets\/32.png", "48": "assets\/36.png", "128": "assets\/128.png" }, "browser_action": { "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube-nocookie.com\/embed\/*" ], "js": [ "subtitles.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube.com\/embed\/*", "https:\/\/www.youtube-nocookie.com\/embed\/*" ], "js": [ "watch.js" ], "all_frames": true } ], "permissions": [ "storage", "declarativeContent", "contextMenus", "fontSettings", "https:\/\/www.youtube.com\/", "https:\/\/www.youtube-nocookie.com\/" ], "manifest_version": 2 } |