Save Your AI Chats Firefox

Examine source code of Save Your AI Chats

Inspect and view changes in Save Your AI Chats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save Your AI Chats",
  "version": "2.0",
  "description": "Export and save your ChatGPT conversations as clean HTML or Markdown with code highlighting and images. Support for other AI chats (ChatGPT, Claude, Gemini, etc.) coming soon",
  "permissions": [
    "activeTab",
    "downloads",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "save-your-ai-chats@tools.olvy.dev",
      "data_collection_permissions": {
        "collects_data": false,
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Save Your AI Chats Alternatives

Here are some Firefox add-ons that are similar to Save Your AI Chats: