ChatGPT Chat Enhancer Tool Firefox

Examine source code of ChatGPT Chat Enhancer Tool

Inspect and view changes in ChatGPT Chat Enhancer Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ChatGPT Chat Enhancer Tool",
  "description": "Navigate and collapse chat bubbles, pin bubbles and add comments, export complete chat as txt file - Enjoy!",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://chatgpt.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "icons/icon48.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dcd525b5-a7f9-48ed-9b5e-13050b2fee95}"
    }
  }
}

Best ChatGPT Chat Enhancer Tool Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Chat Enhancer Tool: