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 |
| 官方URL | 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"
]
}
]
} | |