AI Bridge Firefox

Examine source code of AI Bridge

Inspect and view changes in AI Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Bridge",
  "version": "1.0.0",
  "description": "Connect AI services to your browser content for real-time analysis",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "optional_permissions": [
    "http://localhost:5000/*",
    "https://*.replit.dev/*",
    "https://*.repl.co/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "AI Bridge"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-bridge@extension.local",
      "strict_min_version": "79.0"
    }
  }
}

Best AI Bridge Alternatives

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