Subtitles Player - Translate video Youtube

Subtitles player. Reading and translating subtitles aloud.

Subtitles Player - Translate video Youtube là gì?

Subtitles Player - Translate video Youtube là một tiện ích mở rộng Chrome được phát triển bởi https://subtit.com, và tính năng chính của nó là "Subtitles player. Reading and translating subtitles aloud.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Subtitles Player - Translate video Youtube

Tải xuống các tệp mở rộng Subtitles Player - Translate video Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subtitles Player - Translate video Youtube Subtitles Player - Translate video Youtube
ID heiglcoakfdagibicjljgcaggfejijga
URL Chính Thức https://chromewebstore.google.com/detail/subtitles-player-translat/heiglcoakfdagibicjljgcaggfejijga
Mô tả Subtitles player. Reading and translating subtitles aloud.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 66,644
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2022-03-29
Ngày Phát Hành 2020-04-24
Đánh Giá 2.05/5 Tổng số 176 Đánh Giá
Nhà Phát Triển https://subtit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://subtit.com/
Ngôn Ngữ Được Hỗ Trợ 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
}