Save Your Chat Firefox

Examine source code of Save Your Chat

By: Steven
Inspect and view changes in Save Your Chat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Save Your Chat - AI Conversation Exporter",
  "version": "1.0.2",
  "description": "🚀 Download Claude, Perplexity, ChatGPT and Google knowledge into markdown files!",
  "homepage_url": "https://saveyourchat.com",
  "icons": {
    "16": "files/icons/icon-16.png",
    "32": "files/icons/icon-32.png",
    "48": "files/icons/icon-48.png",
    "96": "files/icons/icon-96.png",
    "128": "files/icons/icon-128.png",
    "500": "files/icons/icon-500.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "contextMenus",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://*.perplexity.ai/*",
    "*://google.com/search*",
    "*://chatgpt.com/*",
    "*://*.claude.ai/*",
    "*://chat.deepseek.com/*",
    "*://gemini.google.com/*"
  ],
  "action": {
    "default_icon": "files/icons/icon_disabled-500.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.perplexity.ai/*",
        "*://*.google.com/search*",
        "*://chatgpt.com/*",
        "*://*.claude.ai/*",
        "*://chat.deepseek.com/*",
        "*://*.grok.com/*",
        "*://gemini.google.com/*"
      ],
      "js": [
        "tab.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "files/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "steven@saveyourchat.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Save Your Chat Alternatives

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