VoiceX Voice Changer
The best voice changer extension
O que é VoiceX Voice Changer?
VoiceX Voice Changer é uma extensão do Chrome desenvolvida por TsunamiWind, e sua principal característica é "The best voice changer extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VoiceX Voice Changer
Baixe arquivos de extensão VoiceX Voice Changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | kppncmfckkjnadpobmfdncjcpnpelcbk |
URL Oficial | https://chrome.google.com/webstore/detail/voicex-voice-changer/kppncmfckkjnadpobmfdncjcpnpelcbk |
Descrição | The best voice changer extension |
Tamanho do Arquivo | 132 KB |
Contagem de Instalações | 3,628 |
Versão Atual | 0.4 |
Última Atualização | 2023-03-12 |
Data de Publicação | 2021-10-13 |
Classificação | 3.44/5 Total de 9 Avaliações |
Desenvolvedor | TsunamiWind |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |