FoxPilot Firefox

Examine source code of FoxPilot

Por: BalaK
Inspect and view changes in FoxPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FoxPilot",
  "version": "1.0.13",
  "description": "An extension that lets a local MCP server drive Firefox: tabs, history, content, and opt-in page automation.",
  "author": "Bala Kumar",
  "homepage_url": "https://github.com/balakumardev/foxpilot",
  "browser_specific_settings": {
    "gecko": {
      "id": "foxpilot@balakumar.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "history",
    "storage",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "http://localhost/*",
    "http://127.0.0.1/*"
  ],
  "optional_permissions": [
    "<all_urls>",
    "find"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "48": "assets/foxpilot-logo.png",
    "96": "assets/foxpilot-logo.png",
    "128": "assets/foxpilot-logo.png"
  }
}

Melhores alternativas FoxPilot

Aqui estão algumas Firefox add-ons que são similares a FoxPilot: