ChatGPT Conversation Tree Graph Visualizer Firefox

Examine source code of ChatGPT Conversation Tree Graph Visualizer

Inspect and view changes in ChatGPT Conversation Tree Graph Visualizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Conversation Tree Graph Visualizer",
  "version": "1.0",
  "description": "Visualizes a dynamic & interactive tree graph of messages in ChatGPT conversations, with tooltip, real-time updates and advanced customization options.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "js": [
        "content.js",
        "libs/d3.v7.min.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "chatgpt.png",
    "user.png",
    "update.svg",
    "fonts/Inter-Regular.woff",
    "fonts/Inter-Regular.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7bd7cd39-91c3-46a0-bdbb-3f109c542872}"
    }
  }
}

Best ChatGPT Conversation Tree Graph Visualizer Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Conversation Tree Graph Visualizer: