SpeakGPT
ChatGPT Voice for GPT3.5 and Non-Plus Subscriber
Was ist SpeakGPT?
SpeakGPT ist eine Chrome-Erweiterung, die von baabullah entwickelt wurde, und ihr Hauptmerkmal ist "ChatGPT Voice for GPT3.5 and Non-Plus Subscriber".
Erweiterungsscreenshots
SpeakGPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie SpeakGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Are you tired of typing out your questions and responses to ChatGPT? Well, get ready to have a live conversation with ChatGPT using the amazing SpeakGPT Chrome extension! This revolutionary tool allows you to effortlessly communicate with ChatGPT through voice recognition and text-to-speech technology. Now with Tiktok voice!
All you have to do is click the microphone button, speak to ChatGPT, and listen to the response as if you're having a real conversation. It's that simple! And with the ability to customize voices, recognition language codes, and more, SpeakGPT is tailored to your unique preferences.
This extension works like a charm on your mobile phone too! Just install it on your Kiwi Browser and voila! Now you can chat effortlessly with ChatGPT on the go! 🚀
Prerequisite:
1. Login to ChatGPT website: https://chat.openai.com.
Instructions:
1. Install SpeakGPT Chrome Extension (add to chrome)
2. Open SpeakGPT options page chrome-extension://ijnkocnekkckckignphbbhgjeodoejid/options.html or kiwi-extension://ijnkocnekkckckignphbbhgjeodoejid/options.html
3. Set voice, recognition language, token.
4. Save button
5. Validate Token button
6. Go to the talk interface chrome-extension://ijnkocnekkckckignphbbhgjeodoejid/talk.html or kiwi-extension://ijnkocnekkckckignphbbhgjeodoejid/talk.html
7. Hit microphone button and start talking to ChatGPT Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bpmbhogdhpofgbmoobbfljkbhamhdamg |
| Offizielle URL | https://chromewebstore.google.com/detail/speakgpt/bpmbhogdhpofgbmoobbfljkbhamhdamg |
| Beschreibung | ChatGPT Voice for GPT3.5 and Non-Plus Subscriber |
| Dateigröße | 84.72 KB |
| Installationsanzahl | 344 |
| Aktuelle Version | 1.0.27 |
| Letztes Update | 2024-02-25 |
| Veröffentlichungsdatum | 2023-02-28 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | baabullah |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://tts.baabullah.my.id |
| Hilfeseite URL | https://speakgpt.baabullah.my.id/support.php |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SpeakGPT",
"description": "ChatGPT Voice for GPT3.5 and Non-Plus Subscriber",
"version": "1.0.27",
"manifest_version": 3,
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"host_permissions": [
"*:\/\/chat.openai.com\/*"
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
} | |