Browserpilot Firefox

Examine source code of Browserpilot

제작자: Browserpilot
Inspect and view changes in Browserpilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browserpilot",
  "description": "Supercharge your browser with AI with BrowserPilot. A browser extension that helps you find and summarize information from the web.",
  "version": "1.21",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "contextMenus",
    "scripting",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Browserpilot",
    "default_popup": "popup.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "browser_style": false,
    "default_title": "Browserpilot",
    "open_at_install": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://browserpilot.com/*"
      ],
      "all_frames": false,
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6de25782-6b2e-40df-bf5b-41538196ea52}"
    }
  }
}

최고의 Browserpilot 대안

다음은 Browserpilot과(와) 유사한 Firefox add-on입니다: