VoiceClone
VoiceClone
VoiceCloneとは何ですか?
VoiceCloneはSaas-AIによって開発されたChromeの拡張機能で、その主な機能は「VoiceClone」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |