OpenBots Web Automation Firefox

Examine source code of OpenBots Web Automation

Inspect and view changes in OpenBots Web Automation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "OpenBots Web Automation",
  "description": "OpenBots extension for browser communication",
  "version": "2.0.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "jquery.min.js",
        "contentScript.js",
        "ContentLibrary.js",
        "ContentListener.js",
        "jquery-ui.js",
        "contentScript170.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "tabs",
    "webNavigation",
    "downloads",
    "downloads.shelf"
  ],
  "icons": {
    "16": "studio-icon-16.png",
    "48": "studio-icon-48.png",
    "128": "studio-icon-128.png"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{477b6d30-0182-458c-ab73-a56da0e85c28}",
      "strict_min_version": "42.0"
    }
  }
}

Best OpenBots Web Automation Alternatives

Here are some Firefox add-ons that are similar to OpenBots Web Automation: