Clownfish Voice Changer for Chrome
The ultimate voice changer for Chrome
Clownfish Voice Changer for Chromeとは何ですか?
Clownfish Voice Changer for Chromeはhttps://clownfish-translator.comによって開発されたChromeの拡張機能で、その主な機能は「The ultimate voice changer for Chrome」です。
拡張機能のスクリーンショット
Clownfish Voice Changer for Chrome拡張機能のCRXファイルをダウンロード
Clownfish Voice Changer for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | dmgaboifbpokjbdcbnmkcohiondlampj |
| 公式URL | https://chromewebstore.google.com/detail/clownfish-voice-changer-f/dmgaboifbpokjbdcbnmkcohiondlampj |
| 説明 | The ultimate voice changer for Chrome |
| ファイルサイズ | 137 KB |
| インストール数 | 90,273 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2023-12-08 |
| 公開日 | 2021-06-05 |
| 評価 | 3.10/5 合計 99 レビュー |
| 開発者 | https://clownfish-translator.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://clownfish-translator.com/voicechanger/ |
| ヘルプページのURL | https://clownfish-translator.com/voicechanger/ |
| 対応言語 | 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"
]
}
]
} | |