Chat Exporter For ChatGPT Firefox

Examine source code of Chat Exporter For ChatGPT

By: dwoof Add-on
Inspect and view changes in Chat Exporter For ChatGPT source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Conversation Exporter for ChatGPT",
  "version": "1.0.0",
  "description": "Save complete conversations from ChatGPT as filtered PDF, Markdown, HTML, or JSON files.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d5fb09d-a9ed-4bfd-be69-1cd35f38f0ac}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/conversation-exporter.svg",
    "32": "icons/conversation-exporter.svg",
    "48": "icons/conversation-exporter.svg",
    "96": "icons/conversation-exporter.svg"
  },
  "action": {
    "default_icon": "icons/conversation-exporter.svg",
    "default_title": "Save this conversation",
    "default_popup": "popup/popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "Open Conversation Exporter for ChatGPT"
    }
  },
  "background": {
    "scripts": [
      "settings.js",
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "settings.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Chat Exporter For ChatGPT Alternatives

Here are some Firefox add-ons that are similar to Chat Exporter For ChatGPT: