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) là gì?

Voice Changer for Chrome (by noise-box) là một tiện ích mở rộng Chrome được phát triển bởi noisebox.dev, và tính năng chính của nó là "The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voice Changer for Chrome (by noise-box)

Tải xuống các tệp mở rộng Voice Changer for Chrome (by noise-box) 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

                        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!                    

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

Tên Voice Changer for Chrome (by noise-box) Voice Changer for Chrome (by noise-box)
ID femogemiolfjofilbccdokahgohlokha
URL Chính Thức https://chromewebstore.google.com/detail/voice-changer-for-chrome/femogemiolfjofilbccdokahgohlokha
Mô tả The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more!
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 1,681
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2024-01-29
Ngày Phát Hành 2023-06-06
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển noisebox.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.noise-box.es/
URL Trang Trợ Giúp https://www.noise-box.es/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}