ChatGPT Export Commander™ Firefox

Examine source code of ChatGPT Export Commander™

Inspect and view changes in ChatGPT Export Commander™ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Export Commander™",
  "version": "1.0.3",
  "description": "Export ChatGPT conversations as HTML, PDF, code dossiers and project recovery bundles.",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-export-commander@error-division.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://pdf.error-division.com/*"
  ],
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "64": "assets/icons/icon64.png",
    "128": "assets/icons/icon128.png"
  },
  "action": {
    "default_title": "ChatGPT Export Commander",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "shared/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "libs/jszip.min.js",
        "shared/lang.js",
        "shared/content.js"
      ],
      "css": [
        "print/print.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "shared/helper.js",
        "assets/icons/*.png",
        "libs/jszip.min.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ]
    }
  ]
}

Best ChatGPT Export Commander™ Alternatives

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