VoiceX Voice Changer

The best voice changer extension

VoiceX Voice Changer là gì?

VoiceX Voice Changer là một tiện ích mở rộng Chrome được phát triển bởi TsunamiWind, và tính năng chính của nó là "The best voice changer extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoiceX Voice Changer

Tải xuống các tệp mở rộng VoiceX Voice Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoiceX Voice Changer VoiceX Voice Changer
ID kppncmfckkjnadpobmfdncjcpnpelcbk
URL Chính Thức https://chrome.google.com/webstore/detail/voicex-voice-changer/kppncmfckkjnadpobmfdncjcpnpelcbk
Mô tả The best voice changer extension
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 3,628
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2023-03-12
Ngày Phát Hành 2021-10-13
Đánh Giá 3.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển TsunamiWind
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}