Enhancer for ChatGPT
Better ChatGPT experience. Hide annoyances.
O que é Enhancer for ChatGPT?
Enhancer for ChatGPT é uma extensão do Chrome desenvolvida por gblazex, e sua principal característica é "Better ChatGPT experience. Hide annoyances.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Enhancer for ChatGPT
Baixe arquivos de extensão Enhancer for ChatGPT 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
Better ChatGPT experience. Remove annoyances like information text below message box. Also compact menubar items on the left so more space for your chats threads. Removes orange warning bubbles about "we're experiencing high demand". More to come later.
Informações Básicas da Extensão
Nome | Enhancer for ChatGPT |
ID | hghnlpcfadmjgckoboefoldplhhibakn |
URL Oficial | https://chromewebstore.google.com/detail/enhancer-for-chatgpt/hghnlpcfadmjgckoboefoldplhhibakn |
Descrição | Better ChatGPT experience. Hide annoyances. |
Tamanho do Arquivo | 8.85 KB |
Contagem de Instalações | 93 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-02-10 |
Data de Publicação | 2023-02-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | gblazex |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.smoothscroll.net/privacy/extension.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "content_scripts": [ { "all_frames": true, "js": [ "src\/content.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "run_at": "document_end" } ], "description": "Better ChatGPT experience. Hide annoyances.", "icons": { "128": "img\/128.png", "48": "img\/48.png" }, "name": "Enhancer for ChatGPT", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ] } |