YouTube Subtitles Simultaneously
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Cos'è YouTube Subtitles Simultaneously?
YouTube Subtitles Simultaneously è un'estensione di Chrome sviluppata da Sách Mềm, e la sua funzione principale è "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Subtitles Simultaneously
Scarica i file di estensione YouTube Subtitles Simultaneously 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
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Informazioni di Base sull'Estensione
Nome | |
ID | haokcfniojcjooooonocnfbibkeckgpb |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb |
Descrizione | Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously. |
Dimensione del File | 61.39 KB |
Conteggio Installazioni | 5,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-06-09 |
Data di Pubblicazione | 2019-06-08 |
Valutazione | 4.22/5 Totale 27 Valutazioni |
Sviluppatore | Sách Mềm |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Subtitles Simultaneously", "description": "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.", "author": "NTH", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "s.css" ], "js": [ "jquery.js", "cookie.js", "data.js", "extension.js" ] } ], "manifest_version": 2 } |