Voice Control for ChatGPT

Expands ChatGPT with voice control and read aloud.

Voice Control for ChatGPT क्या है?

Voice Control for ChatGPT https://voicecontrol.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expands ChatGPT with voice control and read aloud."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Voice Control for ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Voice Control for ChatGPT allows you to have voice conversations with ChatGPT. By introducing a recording button, it enables you to record and send your voice queries to ChatGPT, eliminating the need for typing. The AI's responses are subsequently read aloud, ensuring a smooth, auditory interaction. This makes it easy to interact with an intelligent conversational partner and explore the capabilities of advanced AI. 

Features:
🎤 Record voice input and submit it to ChatGPT
📣 Read responses aloud (or disable if you prefer reading)
🌎 Supports multiple languages
🖱 Record voice by clicking the microphone button, or...
⌨️ Press-and-hold space to talk
🔁 Repeat read aloud
🔘 New feature: Mia AI - turn ChatGPT into your personal voice assistant

Browser support: 
✅ Chrome for desktop
➖ Edge (Windows only)
❌ Brave 
❌ Mobile browsers
❌ Other

Usage guide:
1.  Install Voice Control for ChatGPT to activate voice commands for ChatGPT 
2. Go to chat.openai.com
3. Login or create an account for ChatGPT - it is free
4. To activate voice control click the microphone button or press-and-hold the spacebar on your keyboard
5. Accept access to the microphone when prompted
6. Start talking to ChatGPT

The extension will automatically read-aloud responses from ChatGPT. Toggle read-aloud on/off by clicking the mute button.

🛟 Need help or found an issue?
Please click the link in the support section or write a message to [email protected]

Note:
‣ Please allow microphone permission when prompted. 
‣ Uses native speech recognition from the browser.                    

एक्सटेंशन की मूल जानकारी

नाम Voice Control for ChatGPT Voice Control for ChatGPT
ID eollffkcakegifhacjnlnegohfdlidhn
आधिकारिक URL https://chromewebstore.google.com/detail/voice-control-for-chatgpt/eollffkcakegifhacjnlnegohfdlidhn
विवरण Expands ChatGPT with voice control and read aloud.
फ़ाइल का आकार 1.49 MB
स्थापना संख्या 513,030
वर्तमान संस्करण 3.4.3
अंतिम अपडेट 2024-02-01
प्रकाशन तिथि 2022-12-15
रेटिंग 4.17/5 कुल 413 रेटिंग्स
डेवलपर https://voicecontrol.chat
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://voicecontrol.chat/
सहायता पृष्ठ URL https://voicecontrol.chat/support
गोपनीयता नीति पृष्ठ URL https://voicecontrol.chat/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice Control for ChatGPT",
    "version": "3.4.3",
    "description": "Expands ChatGPT with voice control and read aloud.",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17067786953.chunk.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "assets\/webm\/*.webm",
                "icon-128.png",
                "icon-34.png",
                "manifest.json",
                "src\/pages\/permission\/index.html",
                "src\/pages\/permission\/index.js",
                "src\/pages\/newtab\/index.html",
                "src\/pages\/newtab\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}