Youtube中文配音

在youtube看英文视频的时候,点击插件图标,会用自动进行翻译,然后用中文进行朗读。

Youtube中文配音란 무엇입니까?

Youtube中文配音은(는) https://youtube-dubbing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在youtube看英文视频的时候,点击插件图标,会用自动进行翻译,然后用中文进行朗读。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Youtube中文配音 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        插件新版除了youtube以外还支持了Udemy,现在可以用插件看Udemy的网课了。

youtube中文配音是一款在线看国外视频的浏览器插件,它区别于传统字幕类插件,是对字幕进行翻译并直接将翻译后的内容播放出来,使得大家在看视频的时候, 免去盯着字幕的烦恼,提高观看视频的效率。

插件官网:https://www.youtube-dubbing.com

目前支持的功能列表:
1. 点击播放按钮一键翻译并播放视频
2. 多浏览器(Chrome类浏览器,FireFox,Safari IOS版)
3. 多终端(PC, Andriod, IOS) ,相关文档,请在插件官网 -> 快速上手里找到
4. 多网站:目前支持: youtube.com, udemy.com
5. 多声音: 可切换不同声音播放,选择不同目标语言会联动不同声音库
6. 倍速支持(直接在观看的视频上进行速度调节,插件会自适应)
7. 原声音量和目标声音音量的调节(IOS系统限制问题,无法支持)
8. 插件免费即可使用,由于youtube自带字幕质量太差的问题,插件提供了AI字幕的支持,也就是之前说过的优化过的字幕(展示为绿色按钮),如果对翻译质量,音画对齐有要求,可以考虑升级为会员,体验更好的观看效果。                    

확장 프로그램 기본 정보

이름 Youtube中文配音 Youtube中文配音
ID oglffgiaiekgeicdgkdlnlkhliajdlja
공식 URL https://chromewebstore.google.com/detail/youtube%E4%B8%AD%E6%96%87%E9%85%8D%E9%9F%B3/oglffgiaiekgeicdgkdlnlkhliajdlja
설명 在youtube看英文视频的时候,点击插件图标,会用自动进行翻译,然后用中文进行朗读。
파일 크기 433 KB
설치 횟수 24,866
현재 버전 1.4.5
최근 업데이트 2024-03-02
출시 날짜 2023-06-24
평점 4.63/5 총 150 개의 평점
개발자 https://youtube-dubbing.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://youtube-dubbing.com/
도움말 페이지 URL https://youtube-dubbing.com/
개인정보 보호 정책 페이지 URL https://www.youtube-dubbing.com/pages/privacy
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.4.5",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "default_locale": "zh_CN",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "injectedScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content-scripts\/medata.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content-scripts\/notify.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/yd.transduck.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "YouTube-Dubbing",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content-scripts\/content.css"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/medata.js",
                "content-scripts\/notify.js"
            ]
        }
    ]
}