ChatGPT Soliloquy
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
O que é ChatGPT Soliloquy?
ChatGPT Soliloquy é uma extensão do Chrome desenvolvida por yetone, e sua principal característica é "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Soliloquy
Baixe arquivos de extensão ChatGPT Soliloquy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
Informações Básicas da Extensão
Nome | ChatGPT Soliloquy |
ID | kflbaflenonjdfgegkoogldipabeenin |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-soliloquy/kflbaflenonjdfgegkoogldipabeenin |
Descrição | ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself. |
Tamanho do Arquivo | 60.35 KB |
Contagem de Instalações | 49 |
Versão Atual | 1.2.0 |
Última Atualização | 2022-12-11 |
Data de Publicação | 2022-12-10 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | yetone |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |