ChatGPT Saver

save chat-gpt conversion history

¿Qué es ChatGPT Saver?

ChatGPT Saver es una extensión de Chrome desarrollada por sdm3690, y su función principal es "save chat-gpt conversion history".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT Saver

Descarga archivos de extensión ChatGPT Saver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ChatGPT Saver ChatGPT Saver
ID olpladkgihgfigoncklfngjkadklakhk
URL Oficial https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk
Descripción save chat-gpt conversion history
Tamaño del Archivo 10.74 KB
Cantidad de Instalaciones 423
Versión Actual 1.1.1
Última Actualización 2023-10-10
Fecha de Publicación 2023-02-06
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador sdm3690
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}