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!”。

擴展截圖

screenshot
screenshot
screenshot

下載Voice Changer for Chrome (by noise-box)擴展crx文件

下載Voice Changer for Chrome (by noise-box)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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) Voice Changer for Chrome (by noise-box)
ID femogemiolfjofilbccdokahgohlokha
官方網址 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"
    ]
}