Save my Chatbot - AI Conversation Exporter Firefox

Examine source code of Save my Chatbot - AI Conversation Exporter

Inspect and view changes in Save my Chatbot - AI Conversation Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save my Chatbot - AI Conversation Exporter",
  "version": "4.0.0",
  "description": "🚀 Download your ChatGPT, Claude, Perplexity and Phind conversations into markdown files!",
  "homepage_url": "https://save.hugocollin.com",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus",
    "*://*.phind.com/*",
    "*://*.perplexity.ai/*",
    "*://google.com/search*",
    "*://chatgpt.com/*",
    "*://*.claude.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.phind.com/*",
        "*://*.perplexity.ai/*",
        "*://*.google.com/search*",
        "*://chatgpt.com/*",
        "*://*.claude.ai/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon_disabled-16.png",
      "48": "assets/icons/icon_disabled-48.png",
      "128": "assets/icons/icon_disabled-128.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "savemyphind@hugocollin.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Save my Chatbot - AI Conversation Exporter Alternatives

Here are some Firefox add-ons that are similar to Save my Chatbot - AI Conversation Exporter: