Clownfish Voice Changer for Chrome
The ultimate voice changer for Chrome
Qu'est-ce que Clownfish Voice Changer for Chrome ?
Clownfish Voice Changer for Chrome est une extension Chrome développée par https://clownfish-translator.com, et sa fonction principale est "The ultimate voice changer for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clownfish Voice Changer for Chrome
Téléchargez les fichiers d'extension Clownfish Voice Changer for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Clownfish Voice Changer for Chrome |
ID | dmgaboifbpokjbdcbnmkcohiondlampj |
URL Officiel | https://chromewebstore.google.com/detail/clownfish-voice-changer-f/dmgaboifbpokjbdcbnmkcohiondlampj |
Description | The ultimate voice changer for Chrome |
Taille du Fichier | 137 KB |
Nombre d'Installations | 90,273 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2023-12-08 |
Date de Publication | 2021-06-05 |
Évaluation | 3.10/5 Total 99 Évaluations |
Développeur | https://clownfish-translator.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://clownfish-translator.com/voicechanger/ |
URL de la Page d'Aide | https://clownfish-translator.com/voicechanger/ |
Langues Prises en Charge | 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" ] } ] } |