SimIntpr - Translate & Speak YouTube Subtitle

Translate YouTube video subtitles and speak out. Just like a YouTube virtual simultaneous interpreter.

SimIntpr - Translate & Speak YouTube Subtitle là gì?

SimIntpr - Translate & Speak YouTube Subtitle là một tiện ích mở rộng Chrome được phát triển bởi https://simintpr.com, và tính năng chính của nó là "Translate YouTube video subtitles and speak out. Just like a YouTube virtual simultaneous interpreter.".

Ả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 SimIntpr - Translate & Speak YouTube Subtitle

Tải xuống các tệp mở rộng SimIntpr - Translate & Speak YouTube Subtitle 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

                        SimIntpr is a virtual Simultaneous Interpreter for YouTube videos. It translates YouTube video subtitles and speaks them out.

If you want to watch any YouTube video and hear the voice of your own language, SimIntpr is your thumb of choice. It can translate the YouTube subtitles / captions into almost all widely used languages and read them out.

SimIntpr uses state-of-art Text-To-Speech(TTS) Engine to generate synthesized voice. It supports as many as 67 voices covering almost 30 different languages.

Currently, to make the extension work, the YouTube video should have at least 1 official subtitle. You need to choose a YouTube official subtitle as the translation source, then select your preferred voice language, tune, speed, etc.
We're working on supporting uploading your local subtitles, or links to external subtitles.

Once you set up, SimIntpr speaks out your preferred language and voice, just as a virtual simultaneous interpreter. The translated voice does not conflict with the YouTube original one. So you can keep them both and adjust the volume separately as you wish.

SimIntpr remembers your settings locally. Hence the translated voice comes up every time when you open a new YouTube video, needless to set up repeatedly.

Features:
✅ Translated YouTube subtitle and speak out
✅ Multiple speech voice related settings

Upcoming features:
🏃‍♂️ Support upload your local YouTube subtitle
🏃‍♂️ Support embed YouTube videos anywhere on the web

Supported languages include:
Almost all widely used languages are supported.
(Listing languages here is forbidden by Chrome Web Store to avoid keyword abuse.)

Tips:
🔹 Pin the extension and left-click the icon to set up language, voice and other settings.

Attention:
⚠️ This extension only works when the YouTube video has AT LEAST one official subtitle / caption

Contact:
😜 Also feel free to contact us if you have any questions or suggestions on this extension.
📧 Email: [email protected]                    

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

Tên SimIntpr - Translate & Speak YouTube Subtitle SimIntpr - Translate & Speak YouTube Subtitle
ID kjheadnejomnapknbjdficacmoppeege
URL Chính Thức https://chromewebstore.google.com/detail/simintpr-translate-speak/kjheadnejomnapknbjdficacmoppeege
Mô tả Translate YouTube video subtitles and speak out. Just like a YouTube virtual simultaneous interpreter.
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 10,134
Phiên Bản Hiện Tại 3.5.1
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2022-01-07
Đánh Giá 3.71/5 Tổng số 31 Đánh Giá
Nhà Phát Triển https://simintpr.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://simintpr.com
URL Trang Chính Sách Bảo Mật https://tin-hexagon-ed3.notion.site/Privacy-Policy-520b735647be4057b2a6342c28b011a5
Ngôn Ngữ Được Hỗ Trợ en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "3.5.1",
    "permissions": [
        "storage",
        "tts"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.simintpr.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.simintpr.com\/*",
            "http:\/\/127.0.0.1:3000\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}