YouTube™ dual subtitles
Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style.
Cos'è YouTube™ dual subtitles?
YouTube™ dual subtitles è un'estensione di Chrome sviluppata da https://dual-subtitles.com, e la sua funzione principale è "Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube™ dual subtitles
Scarica i file di estensione YouTube™ dual subtitles in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | YouTube™ dual subtitles |
ID | hkbdddpiemdeibjoknnofflfgbgnebcm |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-dual-subtitles/hkbdddpiemdeibjoknnofflfgbgnebcm |
Descrizione | Automatically switch to local language, bilingual subtitles, subtitle download, subtitle dubbing, custom subtitle style. |
Dimensione del File | 114 KB |
Conteggio Installazioni | 300,000 |
Versione Corrente | 3.6.7 |
Ultimo Aggiornamento | 2022-04-27 |
Data di Pubblicazione | 2020-10-12 |
Valutazione | 4.36/5 Totale 752 Valutazioni |
Sviluppatore | https://dual-subtitles.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.dual-subtitles.com |
URL della Pagina della Politica sulla Privacy | https://www.dual-subtitles.com/privacy-policy |
Lingue Supportate | 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 } |