ChatGPT Conversation Export Firefox

Examine source code of ChatGPT Conversation Export

Inspect and view changes in ChatGPT Conversation Export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.1",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-conversation-export@john2022.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "https://chatgpt.com/*"
  ],
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "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"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "i18n_local.js",
        "content_button.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "page_backend_export.js"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best ChatGPT Conversation Export Alternatives

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