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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate voice changer for Chrome to use with Google Meet, Zoom, and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voice Changer for Chrome (by noise-box) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}