ChatGPT Sidebar Firefox

Examine source code of ChatGPT Sidebar

By: EcksDy
Inspect and view changes in ChatGPT Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Sidebar",
  "description": "Open ChatGPT in the sidebar",
  "version": "0.1.0",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "75.0",
      "id": "{87f371f2-66bd-4535-a920-c696f2669122}"
    }
  },
  "sidebar_action": {
    "default_icon": {
      "48": "icons/icon-48x48.png",
      "128": "icons/icon-128x128.png"
    },
    "default_title": "ChatGPT",
    "default_panel": "sidebar/index.html"
  },
  "icons": {
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Toggle the sidebar."
    }
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48x48.png",
      "128": "icons/icon-128x128.png"
    }
  }
}

Best ChatGPT Sidebar Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Sidebar: