SpeakGPT
ChatGPT Voice for GPT3.5 and Non-Plus Subscriber
Co je SpeakGPT?
SpeakGPT je rozšíření Chrome vyvinuté baabullah, a jeho hlavní funkcí je „ChatGPT Voice for GPT3.5 and Non-Plus Subscriber“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SpeakGPT
Stáhněte si soubory rozšíření SpeakGPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | bpmbhogdhpofgbmoobbfljkbhamhdamg |
| Oficiální URL | https://chromewebstore.google.com/detail/speakgpt/bpmbhogdhpofgbmoobbfljkbhamhdamg |
| Popis | ChatGPT Voice for GPT3.5 and Non-Plus Subscriber |
| Velikost souboru | 84.72 KB |
| Počet instalací | 344 |
| Aktuální Verze | 1.0.27 |
| Poslední Aktualizace | 2024-02-25 |
| Datum Vydání | 2023-02-28 |
| Hodnocení | 1.00/5 Celkem 1 Hodnocení |
| Vývojář | baabullah |
| [email protected] | |
| Typ Platby | in_app |
| Webové stránky Rozšíření | https://tts.baabullah.my.id |
| URL Stránky Nápovědy | https://speakgpt.baabullah.my.id/support.php |
| Podporované Jazyky | 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"
]
} | |