Voice Changer for Chrome (by noise-box)
The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more!
Voice Changer for Chrome (by noise-box)とは何ですか?
Voice Changer for Chrome (by noise-box)はnoisebox.devによって開発されたChromeの拡張機能で、その主な機能は「The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more!」です。
拡張機能のスクリーンショット
Voice Changer for Chrome (by noise-box)拡張機能のCRXファイルをダウンロード
Voice Changer for Chrome (by noise-box)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
VOICE BOX Free real-time voice changer and effects soundboard NOTE: Open the extension in a tab with any URL, except for the Chrome homepage and the Chrome Web Store This extension allows you to add funny effects to your voice in real-time. By enabling the extension for a Chrome tab and accepting the use of the microphone, the extension will offer you a set of effects to apply to the voice in real time, including: - Squirrel - Dragon - Echo - Reverb Each effect comes with customizable settings (volume, pitch, etc...) You can use the voice changer in google meet (sharing tab to share the sound) and also in the web version of Skype, Discord, Viber, Teams, etc... More effects coming soon!
拡張機能の基本情報
名前 | Voice Changer for Chrome (by noise-box) |
ID | femogemiolfjofilbccdokahgohlokha |
公式URL | https://chromewebstore.google.com/detail/voice-changer-for-chrome/femogemiolfjofilbccdokahgohlokha |
説明 | The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more! |
ファイルサイズ | 134 KB |
インストール数 | 1,681 |
現在のバージョン | 0.0.7 |
最終更新日 | 2024-01-29 |
公開日 | 2023-06-06 |
評価 | 2.60/5 合計 5 レビュー |
開発者 | noisebox.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.noise-box.es/ |
ヘルプページのURL | https://www.noise-box.es/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Voice Changer for Chrome (by noise-box)", "version": "0.0.7", "description": "The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more!", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js" }, "homepage_url": "https:\/\/www.noise-box.es\/", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png", "audiosources.html" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "scripting", "activeTab" ] } |