Claude.ai Custom Background & Transparent Footer Firefox

Examine source code of Claude.ai Custom Background & Transparent Footer

By: Dan
Inspect and view changes in Claude.ai Custom Background & Transparent Footer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Claude.ai Custom Background",
  "version": "1.0",
  "description": "Adds a custom background image overlay to Claude.ai main content and changes footer color to black. Base64 image configurable via settings.",
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-image@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "icons": {
    "48": "img.png",
    "96": "img.png"
  }
}

Best Claude.ai Custom Background & Transparent Footer Alternatives

Here are some Firefox add-ons that are similar to Claude.ai Custom Background & Transparent Footer: