Clownfish Voice Changer for Chrome
The ultimate voice changer for Chrome
Cos'è Clownfish Voice Changer for Chrome?
Clownfish Voice Changer for Chrome è un'estensione di Chrome sviluppata da https://clownfish-translator.com, e la sua funzione principale è "The ultimate voice changer for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clownfish Voice Changer for Chrome
Scarica i file di estensione Clownfish Voice Changer for Chrome 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
Clownfish 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 | Clownfish Voice Changer for Chrome |
ID | dmgaboifbpokjbdcbnmkcohiondlampj |
URL Ufficiale | https://chromewebstore.google.com/detail/clownfish-voice-changer-f/dmgaboifbpokjbdcbnmkcohiondlampj |
Descrizione | The ultimate voice changer for Chrome |
Dimensione del File | 137 KB |
Conteggio Installazioni | 90,273 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2023-12-08 |
Data di Pubblicazione | 2021-06-05 |
Valutazione | 3.10/5 Totale 99 Valutazioni |
Sviluppatore | https://clownfish-translator.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://clownfish-translator.com/voicechanger/ |
URL della Pagina di Aiuto | https://clownfish-translator.com/voicechanger/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clownfish Voice Changer for Chrome", "description": "The ultimate voice changer for Chrome", "version": "0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "res\/Microphone.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "contentBody.js", "CF.js", "CF.wasm", "res\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "contentScript.js" ] } ] } |