Browse Bot Firefox

Examine source code of Browse Bot

Inspect and view changes in Browse Bot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.3",
  "description": "__MSG_extensionDescription__",
  "default_locale": "zh_CN",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "tabs",
    "bookmarks",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_popupTitle__",
    "default_icon": "icons/icon-48.svg"
  },
  "sidebar_action": {
    "default_panel": "sidebar/sidebar.html",
    "default_title": "__MSG_sidebarTitle__",
    "default_icon": "icons/icon-48.svg"
  },
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/extractor.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "toggle-sidebar": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "__MSG_toggleSidebar__"
    },
    "toggle-popup": {
      "suggested_key": {
        "default": "Ctrl+Space"
      },
      "description": "__MSG_togglePopup__"
    }
  },
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg",
    "128": "icons/icon-128.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "browse-bot@extension",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Browse Bot Alternatives

Here are some Firefox add-ons that are similar to Browse Bot: