ChatGPT Saver

save chat-gpt conversion history

O que é ChatGPT Saver?

ChatGPT Saver é uma extensão do Chrome desenvolvida por sdm3690, e sua principal característica é "save chat-gpt conversion history".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT Saver

Baixe arquivos de extensão ChatGPT Saver 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

                        Are you want save your conversation with Chat-GPT?
This extension makes you save the conversations as txt file in your local computer.

You can have the conversations forever.
Just click the 'save' button !

If you need additional features, or fix bug, contact for me.

Version
1.1.1 - bug fixed : fix that the button has not worked
1.1.0 - bug fixed : enable using button on chatgpt page
1.0.0 - first published                    

Informações Básicas da Extensão

Nome ChatGPT Saver ChatGPT Saver
ID olpladkgihgfigoncklfngjkadklakhk
URL Oficial https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk
Descrição save chat-gpt conversion history
Tamanho do Arquivo 10.74 KB
Contagem de Instalações 423
Versão Atual 1.1.1
Última Atualização 2023-10-10
Data de Publicação 2023-02-06
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor sdm3690
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Saver",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "save chat-gpt conversion history",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}