VoiceClone

VoiceClone

VoiceCloneคืออะไร?

VoiceClone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saas-AI และคุณลักษณะหลักของมันคือ "VoiceClone"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoiceClone

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}