VoiceClone
VoiceClone
Wat is VoiceClone?
VoiceClone is een Chrome-extensie ontwikkeld door Saas-AI, en de belangrijkste functie is "VoiceClone".
Extensie Screenshots
Download het CRX-bestand van de extensie VoiceClone
Download VoiceClone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VoiceClone |
ID | afjokfbfaabjlgffldfbokjnpabhkedo |
Officiële URL | https://chromewebstore.google.com/detail/voiceclone/afjokfbfaabjlgffldfbokjnpabhkedo |
Beschrijving | VoiceClone |
Bestandsgrootte | 25.14 KB |
Aantal Installaties | 71 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-04-20 |
Publicatiedatum | 2023-04-20 |
Ontwikkelaar | Saas-AI |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://saas-ai1.tech |
Help Pagina-URL | https://saas-ai1.tech/support.html |
URL van de Privacybeleid Pagina | https://saas-ai1.web.app/privacy-policy-for-products.html |
Ondersteunde Talen | 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" } } |