Claude Context Bridge Firefox

Examine source code of Claude Context Bridge

Inspect and view changes in Claude Context Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Claude Context Bridge",
  "version": "1.0",
  "description": "Switch Claude accounts without losing your project context",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs",
    "https://claude.ai/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-context-bridge@sahilkade",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Claude Context Bridge Alternatives

Here are some Firefox add-ons that are similar to Claude Context Bridge: