Claude Remote Control Firefox

Examine source code of Claude Remote Control

By: QENEX
Inspect and view changes in Claude Remote Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Claude Remote Control",
  "version": "1.0.0",
  "description": "Full remote control for Claude.ai — browse, click, type, inspect, automate, and command.",
  "author": "QENEX",
  "homepage_url": "https://qenex.ai",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "cookies",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "clipboardRead",
    "clipboardWrite",
    "notifications",
    "history"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-control@qenex.ai",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "sidebar_action": {
    "default_title": "Claude Control Panel",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    }
  },
  "browser_action": {
    "default_title": "Open Claude Control",
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "devtools_page": "devtools/devtools.html",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "web_accessible_resources": [
    "icons/*",
    "sidebar/*",
    "content/*",
    "devtools/*",
    "popup/*"
  ]
}

Best Claude Remote Control Alternatives

Here are some Firefox add-ons that are similar to Claude Remote Control: