VoiceX Voice Changer
The best voice changer extension
VoiceX Voice Changerとは何ですか?
VoiceX Voice ChangerはTsunamiWindによって開発されたChromeの拡張機能で、その主な機能は「The best voice changer extension」です。
拡張機能のスクリーンショット
VoiceX Voice Changer拡張機能のCRXファイルをダウンロード
VoiceX Voice Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The ultimate voice changer for Chrome VoiceX Voice Changer is an extension for changing your voice. Every web application that uses microphone or other audio capture device will be affected. In general - your voice will be modified in web version of Skype, Discord, Viber, Teams, etc. Current effects list: Alien, Atari, Clone, Mutation, Fast Mutation, Slow Mutation, Male pitch, Baby, Helium, Custom pitch
拡張機能の基本情報
名前 | |
ID | kppncmfckkjnadpobmfdncjcpnpelcbk |
公式URL | https://chrome.google.com/webstore/detail/voicex-voice-changer/kppncmfckkjnadpobmfdncjcpnpelcbk |
説明 | The best voice changer extension |
ファイルサイズ | 132 KB |
インストール数 | 3,628 |
現在のバージョン | 0.4 |
最終更新日 | 2023-03-12 |
公開日 | 2021-10-13 |
評価 | 3.44/5 合計 9 レビュー |
開発者 | TsunamiWind |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VoiceX Voice Changer", "description": "The best voice changer extension", "version": "0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "res\/Microphone.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "contentBody.js", "CF.js", "CF.wasm", "res\/*.png" ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "contentScript.js" ] } ] } |