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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noisebox.dev และคุณลักษณะหลักของมันคือ "The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Changer for Chrome (by noise-box)

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}