Talk-to-ChatGPT
Talk to ChatGPT through your microphone and hear its responses with a voice. Uses speech recognition and text-to-speech technologies
What is Talk-to-ChatGPT?
Talk-to-ChatGPT is a Chrome extension by GBAtemp. This extension has 6,776 weekly active users, a good user rating of 4.31, and is most similar to Superpower ChatGPT and Voice Control for ChatGPT. The latest version, 1.6, was updated 8 days ago.
Stats
Summary
This is the official "Talk to ChatGPT" extension based on the open-source project. Talk to ChatGPT through your microphone and hear its responses with a voice. This uses speech recognition and text-to-speech technologies from Google Chrome. To use it, you need to open the ChatGPT home page. A box will appear at the top right corner of the page - click the START button to start. This extension supports all voice recognition and text-to-speech languages from the Google Chrome API, which means all major languages are supported. This is a fun/experimental project that adds functionality to the default ChatGPT text-only interface. It is completely free of charge and open source. The sources are available on Github. The extension adds a little box at the top right corner of your screen where you can toggle voice recognition on or off, the bot's voice (text to speech), skip the current message, and access the settings menu. VERSION 1.6 - CHANGE LOG: - NEW: an 'autosend' option has been added (enabled by default to maintain legacy behavior), it can be disabled to send messages manually - NEW: 'send word' option to use when autosend is disabled. Just say the word/sequence of words to send the message. Default is set to: 'send message now' - NEW: a help popup for the extension, which shows when you click the extension icon in the browser's extension bar UPDATED: default voice speed set to 1.0 to avoid scrambling
Safety
Risk impact
Talk-to-ChatGPT requires some risky permissions and may not be safe to use. Exercise caution when installing this extension. Review carefully before installing.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
Talk-to-ChatGPT may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsPromo video
Screenshots
User reviews
Similar extensions
Here are some Chrome extensions that are similar to Talk-to-ChatGPT:
Superpower ChatGPT
Voice Control for ChatGPT
ChatGPT Prompt Genius
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "update_url": "https://clients2.google.com/service/update2/crx", "manifest_version": 3, "name": "Talk-to-ChatGPT", "version": "1.6", "description": "Talk to ChatGPT through your microphone and hear its responses with a voice. Uses speech recognition and text-to-speech technologies", "action": { "default_popup": "popup.html", "default_icon": { "16": "images/icon-16.png", "32": "images/icon-32.png" }, "default_title": "Talk-to-ChatGPT V1.6" }, "content_scripts": [