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文件
下載VoiceX Voice Changer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |