ChatGPT Cleaner Firefox

Examine source code of ChatGPT Cleaner

Inspect and view changes in ChatGPT Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Cleaner",
  "version": "1.0.0",
  "description": "Scan, filter, back up, and bulk delete ChatGPT conversations with a resilient queue-based workflow.",
  "permissions": [
    "scripting",
    "storage",
    "downloads",
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://chat.com/*"
  ],
  "background": {
    "scripts": [
      "scripts/utils.js",
      "scripts/state.js",
      "scripts/storage.js",
      "scripts/background.js"
    ]
  },
  "action": {
    "default_title": "ChatGPT Cleaner",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png",
      "48": "assets/icons/icon-48.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://chat.com/*"
      ],
      "css": [
        "styles/shared.css"
      ],
      "js": [
        "scripts/utils.js",
        "scripts/state.js",
        "scripts/storage.js",
        "scripts/logger.js",
        "scripts/selectors.js",
        "scripts/filters.js",
        "scripts/queue.js",
        "scripts/export.js",
        "scripts/api.js",
        "scripts/observer.js",
        "scripts/deletion.js",
        "scripts/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "prabhakar-chatgpt-cleaner@proton.me",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ChatGPT Cleaner Alternatives

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