Subtitles Player - Translate video Youtube

Subtitles player. Reading and translating subtitles aloud.

Subtitles Player - Translate video Youtube란 무엇입니까?

Subtitles Player - Translate video Youtube은(는) https://subtit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Subtitles player. Reading and translating subtitles aloud."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Subtitles Player - Translate video Youtube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Subtitles Player - Translate video Youtube Subtitles Player - Translate video Youtube
ID heiglcoakfdagibicjljgcaggfejijga
공식 URL https://chromewebstore.google.com/detail/subtitles-player-translat/heiglcoakfdagibicjljgcaggfejijga
설명 Subtitles player. Reading and translating subtitles aloud.
파일 크기 136 KB
설치 횟수 66,644
현재 버전 1.1.6
최근 업데이트 2022-03-29
출시 날짜 2020-04-24
평점 2.05/5 총 176 개의 평점
개발자 https://subtit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://subtit.com/
지원되는 언어 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
}