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文件
下載YouTube™ dual subtitles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |