ChatGPT Multi Delete Firefox

Examine source code of ChatGPT Multi Delete

By: Whoelse
Inspect and view changes in ChatGPT Multi Delete source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Sidebar Bulk Delete",
  "version": "0.1.0",
  "description": "Adds checkboxes to ChatGPT sidebar history so selected chats can be deleted together.",
  "permissions": [],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "sidebar.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-sidebar-bulk-delete@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  }
}

Best ChatGPT Multi Delete Alternatives

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