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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |