Subtitles Player - Translate video Youtube
Subtitles player. Reading and translating subtitles aloud.
Qu'est-ce que Subtitles Player - Translate video Youtube ?
Subtitles Player - Translate video Youtube est une extension Chrome développée par https://subtit.com, et sa fonction principale est "Subtitles player. Reading and translating subtitles aloud.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Subtitles Player - Translate video Youtube
Téléchargez les fichiers d'extension Subtitles Player - Translate video Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
New translator for video Subtitles player - become independent of the language of the original files in training and entertainment. If you like to watch videos, films in the original language, get acquainted with books or other cognitive literature, but do not have the necessary linguistic knowledge, subtitle dubbing is the only right solution. Simultaneous translation will allow you to fully enjoy watching foreign videos and films, without waiting for the official release of their voice acting. Such an audiobook reader is your opportunity to get quick access to the necessary information, regardless of its country of origin. Functionality: Translator for video - A subtitle player is used to implement: ➤ viewing bloggers with translation; ➤ instant translation from any foreign language; ➤ scoring subtitles when watching foreign video files; ➤ choosing your favorite voice for voice acting; ➤ viewing lectures with translation; ➤ video picture synchronization and voice track tempo. Such voice dubbing will greatly simplify: ➤ programming training using materials from foreign schools; ➤ teaching foreign languages from the source; ➤ watching movies, videos, programs and entertainment shows. After installing the application on YouTube, the best online e-reader, all foreign sites, audio books, courses and training programs will become available to you. Reading subtitles for you will no longer be a distraction, because now there is the opportunity to get a video translation, while choosing your favorite voice sound. How to use? Video dubbing is carried out automatically, as well as determining the language of the original audio track. In order for synchronous dubbing of video to be carried out without delays and problems, it is necessary to periodically update the application. Information on the release of new versions will be in the public domain for all users of the product, which will allow you to get high-quality voice translation of the video file you need. Learning Features Online learning in a foreign language has become much easier and more comfortable with the beta player subtitles application. Such a reader for YouTube will allow you to: ➤ listen to lectures at a convenient time; ➤ access information in all languages of the world; ➤ watch all existing video courses with translation. An online reader is not limited to educational videos. Voice acting is performed regardless of the direction of the selected file, its contents and size. The video lecture you need will become accessible and understandable, regardless of the language in which it was read. Such synchronization of the picture and the sound track simplifies the understanding and development of the material, making it easier to remember. New foreign films without waiting You no longer need to wait until foreign series with voice acting come out or read subtitles, straining your eyes. The synchronized voice translation, which is equipped with an audio reader, will give a pleasant viewing experience, simplify acquaintance with foreign cinema, bringing you closer to the mysterious world of art. An additional advantage is the ability to learn a language while listening to it from native speakers.
Informations de Base sur l'Extension
Nom | Subtitles Player - Translate video Youtube |
ID | heiglcoakfdagibicjljgcaggfejijga |
URL Officiel | https://chromewebstore.google.com/detail/subtitles-player-translat/heiglcoakfdagibicjljgcaggfejijga |
Description | Subtitles player. Reading and translating subtitles aloud. |
Taille du Fichier | 136 KB |
Nombre d'Installations | 66,644 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2022-03-29 |
Date de Publication | 2020-04-24 |
Évaluation | 2.05/5 Total 176 Évaluations |
Développeur | https://subtit.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://subtit.com/ |
Langues Prises en Charge | 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_ext_extension_name__", "description": "__MSG_ext_extension_description__", "version": "1.1.6", "default_locale": "en", "icons": { "128": "icon_128.png", "48": "icon-48.png", "16": "icon-16.png" }, "action": { "default_icon": "icon_default.png", "default_popup": "popup.html" }, "minimum_chrome_version": "88", "permissions": [ "cookies", "tts", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_start", "js": [ "contentYt.js" ] } ], "web_accessible_resources": [ { "resources": [ "yt_inject.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.youtube.com\/*" ] }, "manifest_version": 3 } |