Chat Nostalgia | Save OpenAI Chats

Chat Nostalgia | Save OpenAI Chats

A browser extension that enables powerful exporting of your OpenAI Chats. Saves the chat. Work funded by micropayment model.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chat Nostalgia | Save OpenAI Chats",
  "manifest_version": 3,
  "version": "0.0.0.69",
  "permissions": [],
  "description": "A browser extension that enables powerful exporting of your OpenAI Chats. Saves the chat. Work funded by micropayment model.",
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_title": "Chat Nostalgia | Save OpenAI Chats",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "favicon.png"
  }
}