BrowserBot - AI Automation Firefox

Examine source code of BrowserBot - AI Automation

Inspect and view changes in BrowserBot - AI Automation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BrowserBot - AI-Powered Browser Automation",
  "description": "Automate Tab Groups, Organize Bookmarks, Ask Tabs all with 3 AI Providers (OpenAI API, Ollama and built-in Chrome AI)",
  "version": "1.0.1",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage",
    "scripting",
    "debugger",
    "bookmarks",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+B",
        "mac": "Command+Shift+B"
      },
      "description": "Open BrowserBot popup"
    },
    "toggle_ask_page": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      },
      "description": "Toggle Ask Page on current tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "browserbot@faisalbhuiyan.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "BrowserBot",
    "default_popup": "popup.html"
  },
  "devtools_page": "devtools.html",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/ask-page.js",
        "content-scripts/floating-button.js"
      ]
    }
  ]
}

Best BrowserBot - AI Automation Alternatives

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