VoiceClone

VoiceClone

什么是VoiceClone?

VoiceClone是由Saas-AI开发的Chrome扩展程序,该扩展的主要功能是“VoiceClone”。

扩展截图

screenshot

下载VoiceClone扩展crx文件

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

扩展使用说明

                        This is a sound clone App. It can record audio in anyone's voice, based on text and voice samples you provide.
Enter your words or paragraphs, then upload an audio (anyone's voice), and the AI will output audio speaking in that voice.                    

扩展基本信息

名称 VoiceClone VoiceClone
ID afjokfbfaabjlgffldfbokjnpabhkedo
官方URL https://chromewebstore.google.com/detail/voiceclone/afjokfbfaabjlgffldfbokjnpabhkedo
简介 VoiceClone
文件大小 25.14 KB
安装次数 71
当前版本 1.1
更新时间 2023-04-20
上架时间 2023-04-20
开发者 Saas-AI
电子邮箱 [email protected]
付费类型 free
扩展官网 https://saas-ai1.tech
帮助页面URL https://saas-ai1.tech/support.html
隐私政策页面URL https://saas-ai1.web.app/privacy-policy-for-products.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoiceClone",
    "description": "VoiceClone",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "VoiceClone",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "voiceclone-16.png",
        "32": "voiceclone-32.png",
        "48": "voiceclone-48.png",
        "128": "voiceclone-128.png"
    }
}