ChatGPT Code Wrap Firefox

Examine source code of ChatGPT Code Wrap

By: Maoli Add-on
Inspect and view changes in ChatGPT Code Wrap 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": "ChatGPT Code Wrap",
  "version": "1.2.1",
  "description": "Add per-block and automatic word wrap controls to ChatGPT, Claude, and Gemini code blocks.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-code-wrap@maoli17.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best ChatGPT Code Wrap Alternatives

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