VoiceX Voice Changer
The best voice changer extension
VoiceX Voice Changer란 무엇입니까?
VoiceX Voice Changer은(는) TsunamiWind에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best voice changer extension"입니다.
확장 프로그램 스크린샷
VoiceX Voice Changer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The ultimate voice changer for Chrome VoiceX 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 | kppncmfckkjnadpobmfdncjcpnpelcbk |
공식 URL | https://chrome.google.com/webstore/detail/voicex-voice-changer/kppncmfckkjnadpobmfdncjcpnpelcbk |
설명 | The best voice changer extension |
파일 크기 | 132 KB |
설치 횟수 | 3,628 |
현재 버전 | 0.4 |
최근 업데이트 | 2023-03-12 |
출시 날짜 | 2021-10-13 |
평점 | 3.44/5 총 9 개의 평점 |
개발자 | TsunamiWind |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VoiceX Voice Changer", "description": "The best voice changer extension", "version": "0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "res\/Microphone.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "contentBody.js", "CF.js", "CF.wasm", "res\/*.png" ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "contentScript.js" ] } ] } |