VoiceX Voice Changer
The best voice changer extension
Cos'è VoiceX Voice Changer?
VoiceX Voice Changer è un'estensione di Chrome sviluppata da TsunamiWind, e la sua funzione principale è "The best voice changer extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VoiceX Voice Changer
Scarica i file di estensione VoiceX Voice Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kppncmfckkjnadpobmfdncjcpnpelcbk |
URL Ufficiale | https://chrome.google.com/webstore/detail/voicex-voice-changer/kppncmfckkjnadpobmfdncjcpnpelcbk |
Descrizione | The best voice changer extension |
Dimensione del File | 132 KB |
Conteggio Installazioni | 3,628 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2023-03-12 |
Data di Pubblicazione | 2021-10-13 |
Valutazione | 3.44/5 Totale 9 Valutazioni |
Sviluppatore | TsunamiWind |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |