Subtitles Player - Translate video Youtube

Subtitles player. Reading and translating subtitles aloud.

Wat is Subtitles Player - Translate video Youtube?

Subtitles Player - Translate video Youtube is een Chrome-extensie ontwikkeld door https://subtit.com, en de belangrijkste functie is "Subtitles player. Reading and translating subtitles aloud.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Subtitles Player - Translate video Youtube

Download Subtitles Player - Translate video Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Subtitles Player - Translate video Youtube Subtitles Player - Translate video Youtube
ID heiglcoakfdagibicjljgcaggfejijga
Officiële URL https://chromewebstore.google.com/detail/subtitles-player-translat/heiglcoakfdagibicjljgcaggfejijga
Beschrijving Subtitles player. Reading and translating subtitles aloud.
Bestandsgrootte 136 KB
Aantal Installaties 66,644
Huidige Versie 1.1.6
Laatst Bijgewerkt 2022-03-29
Publicatiedatum 2020-04-24
Beoordeling 2.05/5 Totaal 176 Beoordelingen
Ontwikkelaar https://subtit.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://subtit.com/
Ondersteunde Talen 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
}