Clownfish Voice Changer for Chrome
The ultimate voice changer for Chrome
Wat is Clownfish Voice Changer for Chrome?
Clownfish Voice Changer for Chrome is een Chrome-extensie ontwikkeld door https://clownfish-translator.com, en de belangrijkste functie is "The ultimate voice changer for Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Clownfish Voice Changer for Chrome
Download Clownfish Voice Changer for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Clownfish Voice Changer for Chrome |
ID | dmgaboifbpokjbdcbnmkcohiondlampj |
Officiële URL | https://chromewebstore.google.com/detail/clownfish-voice-changer-f/dmgaboifbpokjbdcbnmkcohiondlampj |
Beschrijving | The ultimate voice changer for Chrome |
Bestandsgrootte | 137 KB |
Aantal Installaties | 90,273 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2023-12-08 |
Publicatiedatum | 2021-06-05 |
Beoordeling | 3.10/5 Totaal 99 Beoordelingen |
Ontwikkelaar | https://clownfish-translator.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://clownfish-translator.com/voicechanger/ |
Help Pagina-URL | https://clownfish-translator.com/voicechanger/ |
Ondersteunde Talen | 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" ] } ] } |