ChatGPT Soliloquy
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
什麼是ChatGPT Soliloquy?
ChatGPT Soliloquy是由yetone開發的Chrome擴展程式,該擴展的主要功能是“ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.”。
擴展截圖
下載ChatGPT Soliloquy擴展crx文件
下載ChatGPT Soliloquy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself. 擴展基本資訊
| 名稱 | |
| ID | kflbaflenonjdfgegkoogldipabeenin |
| 官方網址 | https://chromewebstore.google.com/detail/chatgpt-soliloquy/kflbaflenonjdfgegkoogldipabeenin |
| 簡介 | ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself. |
| 檔案大小 | 60.35 KB |
| 安裝次數 | 49 |
| 目前版本 | 1.2.0 |
| 更新時間 | 2022-12-11 |
| 上架時間 | 2022-12-10 |
| 評分 | 2.00/5 共 1 次評分 |
| 開發者 | yetone |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ChatGPT Soliloquy",
"description": "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.",
"version": "1.2.0",
"manifest_version": 3,
"icons": {
"16": "assets\/logo.jpg",
"32": "assets\/logo.jpg",
"48": "assets\/logo.jpg",
"128": "assets\/logo.jpg"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"include_globs": [
"*chat.openai.com\/chat*"
],
"js": [
"chat-gpt-soliloquy.js"
]
}
]
} | |