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
官方網址 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"
    }
}