ChatGPT Prompt Bubble+TOC Panel Firefox

Examine source code of ChatGPT Prompt Bubble+TOC Panel

Inspect and view changes in ChatGPT Prompt Bubble+TOC Panel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Prompt Bubble + TOC Panel",
  "version": "0.7.1",
  "description": "Right-side TOC panel for user questions + draggable prompt bubble with import/export on chatgpt.com",
  "permissions": [
    "storage",
    "clipboardWrite",
    "downloads"
  ],
  "host_permissions": [
    "https://chatgpt.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "panel.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-sidepanel@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ChatGPT Prompt Bubble+TOC Panel Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Prompt Bubble+TOC Panel: