VoiceClone
VoiceClone
What is VoiceClone?
VoiceClone is a Chrome extension developed by Saas-AI, and its main feature is "VoiceClone".
Extension Screenshots
Download VoiceClone Extension CRX File
Download VoiceClone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VoiceClone |
ID | afjokfbfaabjlgffldfbokjnpabhkedo |
Official URL | https://chromewebstore.google.com/detail/voiceclone/afjokfbfaabjlgffldfbokjnpabhkedo |
Description | VoiceClone |
File Size | 25.14 KB |
Installation Count | 71 |
Current Version | 1.1 |
Last Updated | 2023-04-20 |
Publish Date | 2023-04-20 |
Developer | Saas-AI |
[email protected] | |
Payment Type | free |
Extension Website | https://saas-ai1.tech |
Help Page URL | https://saas-ai1.tech/support.html |
Privacy Policy Page URL | https://saas-ai1.web.app/privacy-policy-for-products.html |
Supported Languages | 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" } } |