YouTube Comment Translator

A browser extension that easily translates YouTube comments, supports multiple languages, bilingual comparison, comment export,…

YouTube Comment Translator là gì?

YouTube Comment Translator là một tiện ích mở rộng Chrome được phát triển bởi DH, và tính năng chính của nó là "A browser extension that easily translates YouTube comments, supports multiple languages, bilingual comparison, comment export,…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Comment Translator

Tải xuống các tệp mở rộng YouTube Comment Translator 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

                        《YouTube Comment Translator》--- A free extension for translating YouTube comments, which supports rich functions such as exporting comments, customizing styles, and displaying dual subtitles.

# Main features #
- Translate comments into the language you set
- Support single translation, batch translation, automatic translation
- UI customization
- Export comment data (json\txt\excel)
- Bilingual comparison
- Optional translation engine
- Support language internationalization
- Support dual subtitles and UI customization
- Support voice playback comments
- Support volume enhancement, which can increase the volume up to 500%

# What's new in version 4.2? #
- 1. New: volume enhancement
- 2. Fix: Problem that voice comments cannot be played

# What's new in version 4.1? #
- 1. Fix: Problems that cannot be used in Youtube Studio

# What's new in version 4.0? #
- 1. New: Support voice playback comments

# What's new in version 3.9? #
- 1. Fix: Google and Iciba translation failure problem in unlimited mode

# What's new in version 3.8? #
- 1. Fix: auto translation issue

# What's new in version 3.7? #
- 1. New: Enhanced dual subtitle function, support order swap, position customization, etc.
- 2. Optimization: Export function are optimized

# What's new in version 3.6? #
- 1. New: Export support replies, support export to excel
- 2. Fixed: Some settings were restored after restarting the browser

# What's new in version 3.3? #
- 1. Fix: nothing shows up when exporting
- 2. Optimization: payment process

# What's new in version 3.2? #
- 1. Fix: menu display problem in full screen mode
- 2. Optimization: export enhancements

# What's new in version 3.1? #
- 1. New: Support export to excel
- 2. Added: Back to top shortcut
- 3. Optimization: export field support configuration, add new user home page field
- 4. Fix: The problem that message box repeated
- 5. Fix: The problem that the shortcut menu appears in the live chat
- 6. Fix: The problem after switching the sorting, the translation content is disordered
- 7. Other optimizations

# What's new in version 2.5? #
- 1. new:  Custom font and word spacing
- 2. fix: Google translation line break problem

# What's new in version 2.4? #
- 1. new:  ICIBA translation engine
- 2. new: Support for Russian interface

# What's new in version 2.3? #
- 1. new:  You can use the background image uploaded by yourself
- 2. fix: The translation disappears after switching the page

# What's new in version 2.2? #
- 1. Fix the problem that the login status is lost after switching videos
- 2. Fix the problem that the subtitle style may be lost

# What's new in version 2.1? #
- 1. fix the translation failure problem

# What's new in version 2.0? #
- 1. Support dual subtitles
- 2. Support unlimited translation
- 3. Support dual subtitle style customization
- 4. Support comment translation setting background image

# What's new in version 1.0.2? #
- 1. Added some target translation languages
- 2. Support menu internationalization
- 3. Optimize the display effect in dark mode
- 4. Optimized the interaction of the translation button and supports re-translation
- 5. Other bug fixes and detail optimization                    

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

Tên YouTube Comment Translator YouTube Comment Translator
ID ikdcfmbpefgfmkgeflhgnkghlmabkhpj
URL Chính Thức https://chromewebstore.google.com/detail/youtube-comment-translato/ikdcfmbpefgfmkgeflhgnkghlmabkhpj
Mô tả A browser extension that easily translates YouTube comments, supports multiple languages, bilingual comparison, comment export,…
Kích Thước Tệp 763 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 4.2
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2021-07-20
Đánh Giá 3.67/5 Tổng số 18 Đánh Giá
Nhà Phát Triển DH
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.waiping.net/youtube-comment-translator/index.html
URL Trang Trợ Giúp https://www.waiping.net/youtube-comment-translator/index.html
URL Trang Chính Sách Bảo Mật https://www.waiping.net/YouTube-Comment-Translator-Privacy-Policy.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr,vi,it,ru,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "4.2",
    "icons": {
        "16": ".\/static\/img\/icons\/icon_128_default.png",
        "32": ".\/static\/img\/icons\/icon_128_default.png",
        "64": ".\/static\/img\/icons\/icon_128_default.png",
        "128": ".\/static\/img\/icons\/icon_128_default.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js",
            ".\/common-chunk.js"
        ]
    },
    "default_locale": "zh_CN",
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/contentScriptsSubtitle.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                ".\/static\/libs\/jquery-3.6.0.min.js",
                ".\/static\/libs\/art-dialog.js",
                ".\/contentScripts.js",
                ".\/common-chunk.js"
            ],
            "matches": [
                "https:\/\/denghao.me\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/assets\/img\/*",
        "\/static\/img\/*",
        "\/subtitle.js",
        "\/static\/libs\/hook.js",
        "\/common-chunk.js"
    ],
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true,
        "page": ".\/options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage",
        "tabs",
        "tabCapture",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com 'unsafe-eval'; object-src 'self'"
}