WebBrain Firefox

Examine source code of WebBrain

제작자: Emre Sokullu
Inspect and view changes in WebBrain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebBrain",
  "version": "11.0.1",
  "description": "Open-source AI browser agent — chat with pages, automate tasks, multi-provider LLM support.",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "tabs",
    "tabGroups",
    "downloads",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src * data: blob: http://* ws://*;",
  "background": {
    "page": "src/background.html",
    "persistent": false
  },
  "sidebar_action": {
    "default_title": "WebBrain",
    "default_panel": "src/ui/sidepanel.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/accessibility-tree.js",
        "src/content/content.js",
        "src/content/agent-visual-indicator.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.facebook.com/*",
        "*://*.instagram.com/*",
        "*://*.x.com/*",
        "*://*.twitter.com/*",
        "*://*.linkedin.com/*",
        "*://*.reddit.com/*",
        "*://*.youtube.com/*",
        "*://youtu.be/*"
      ],
      "js": [
        "src/agent/smd-loader.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "src/ui/settings.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "WebBrain",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "vendor/pdfjs/pdf.mjs",
    "vendor/pdfjs/pdf.worker.mjs",
    "src/agent/social-media-downloader.js",
    "vendor/turkish-deasciifier-patterns.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "webbrain@esokullu.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "is_exempt": true,
        "reason": "WebBrain does not collect, store, or transmit any user data. All data flows directly between the user's browser and their chosen AI provider. No telemetry, analytics, or tracking of any kind."
      }
    }
  }
}

최고의 WebBrain 대안

다음은 WebBrain과(와) 유사한 Firefox add-on입니다: