Budee - AI agent in your browser Firefox

Examine source code of Budee - AI agent in your browser

提供元: D.pz Add-on
Inspect and view changes in Budee - AI agent in your browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Budee — AI Agent in Your Browser",
  "description": "AI agent powered by your own API key. Chat in the sidebar to perform web tasks: click elements, fill forms, read contents and more.",
  "version": "0.1.3",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting",
    "alarms",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "Open Budee"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "budee@budee.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Budee"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "content-scripts/main.js"
      ],
      "world": "MAIN"
    }
  ]
}

ベストのBudee - AI agent in your browser代替案

Budee - AI agent in your browserに類似したFirefox add-onをいくつか紹介します: