ChatGPT & Gemini Markdown Copy Firefox

Examine source code of ChatGPT & Gemini Markdown Copy

Inspect and view changes in ChatGPT & Gemini Markdown Copy 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,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "version": "2.1.3",
  "description": "__MSG_appDescription__",
  "author": "bugparty",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "host_permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "id.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "selectors.js",
        "markdown.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "markdown-copy@bugparty.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction",
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_exportConversation__"
  }
}

Best ChatGPT & Gemini Markdown Copy Alternatives

Here are some Firefox add-ons that are similar to ChatGPT & Gemini Markdown Copy: