AURA Bridge Firefox

Examine source code of AURA Bridge

Inspect and view changes in AURA Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AURA Bridge",
  "version": "1.0.0",
  "description": "Permite que AURA lea el contenido de tus pestanas para ayudarte mejor. Solo comparte con tu AURA local.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://127.0.0.1:7823/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bridge@aura-assistant.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "AURA Bridge — Activo"
  }
}

Best AURA Bridge Alternatives

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