Youtube中文配音

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

什么是Youtube中文配音?

Youtube中文配音是由https://youtube-dubbing.com开发的Chrome扩展程序,该扩展的主要功能是“在youtube看英文视频的时候,点击插件图标,会用自动进行翻译,然后用中文进行朗读。”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Youtube中文配音扩展crx文件

下载Youtube中文配音扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        插件新版除了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"
            ]
        }
    ]
}