ChatGPT Sidebar Toggle Firefox

Examine source code of ChatGPT Sidebar Toggle

Inspect and view changes in ChatGPT Sidebar Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Sidebar Toggle",
  "version": "1.1",
  "description": "Enables & Disables Sidebar on Chatgpt page.",
  "icons": {
    "48": "icons/logo-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*"
      ],
      "js": [
        "hide-sidebar.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://chat.openai.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "/icons/logo-16.png",
      "32": "/icons/logo-32.png"
    },
    "default_title": "Toggle ChatGPT Siderbar"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c075e132-b6c4-481d-822e-ec3fcb61e644}"
    }
  }
}

Best ChatGPT Sidebar Toggle Alternatives

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