ChatGPT Exporter Firefox

Examine source code of ChatGPT Exporter

By: oziabr Add-on
Inspect and view changes in ChatGPT Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Exporter",
  "version": "1.3.0",
  "description": "Export ChatGPT conversations to Markdown",
  "browser_specific_settings": {
    "gecko": {
      "id": "moz-chatgpt-exporter@lafdb.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://us.i.posthog.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Export chat",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "homepage_url": "https://github.com/Oziabr/moz-chatgpt-exporter"
}

Best ChatGPT Exporter Alternatives

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