ChatGPT Bulk Delete Firefox

Examine source code of ChatGPT Bulk Delete

Inspect and view changes in ChatGPT Bulk Delete source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Bulk Delete",
  "version": "6.9",
  "description": "A Firefox extension to bulk delete ChatGPT conversations",
  "icons": {
    "48": "icon48.png"
  },
  "action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html",
    "default_title": "Bulk Delete Conversations"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://bulk-delete-chatgpt-worker.qcrao.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "BulkDeleteChatGPT-qrcao@github.com",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*"
      ],
      "js": [
        "extensionCore.js",
        "config.js",
        "globals.js",
        "utils.js",
        "domHandler.js",
        "conversationHandler.js",
        "checkboxManager.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best ChatGPT Bulk Delete Alternatives

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