SpeakGPT
ChatGPT Voice for GPT3.5 and Non-Plus Subscriber
什麼是SpeakGPT?
SpeakGPT是由baabullah開發的Chrome擴展程式,該擴展的主要功能是“ChatGPT Voice for GPT3.5 and Non-Plus Subscriber”。
擴展截圖
下載SpeakGPT擴展crx文件
下載SpeakGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | bpmbhogdhpofgbmoobbfljkbhamhdamg |
| 官方網址 | https://chromewebstore.google.com/detail/speakgpt/bpmbhogdhpofgbmoobbfljkbhamhdamg |
| 簡介 | ChatGPT Voice for GPT3.5 and Non-Plus Subscriber |
| 檔案大小 | 84.72 KB |
| 安裝次數 | 344 |
| 目前版本 | 1.0.27 |
| 更新時間 | 2024-02-25 |
| 上架時間 | 2023-02-28 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | baabullah |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://tts.baabullah.my.id |
| 說明頁面URL | https://speakgpt.baabullah.my.id/support.php |
| 支援的語言 | 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"
]
} | |