OyaAI – Browser Agent Firefox

Examine source code of OyaAI – Browser Agent

By: OyaAI Add-on
Inspect and view changes in OyaAI – Browser Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Oya – Browser Agent",
  "version": "0.2.0",
  "description": "Run Oya AI agents in your browser. Automate LinkedIn, X, Reddit and more.",
  "browser_specific_settings": {
    "gecko": {
      "id": "browser-agent@oya.ai",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "authenticationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://oya.ai/*",
        "https://dev.oya.ai/*"
      ],
      "js": [
        "content/oya-bridge.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "https://linkedin.com/*"
      ],
      "js": [
        "content/analyzer.js",
        "content/agent.js",
        "content/platforms/linkedin.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "content/analyzer.js",
        "content/agent.js",
        "content/platforms/x.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.reddit.com/*",
        "https://reddit.com/*",
        "https://old.reddit.com/*"
      ],
      "js": [
        "content/analyzer.js",
        "content/agent.js",
        "content/platforms/reddit.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best OyaAI – Browser Agent Alternatives

Here are some Firefox add-ons that are similar to OyaAI – Browser Agent: