Bulk delete ChatGPT, Claude, Gemini Chats Firefox

Examine source code of Bulk delete ChatGPT, Claude, Gemini Chats

By: RAON
Inspect and view changes in Bulk delete ChatGPT, Claude, Gemini Chats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "1.6.2",
  "description": "__MSG_extDescription__",
  "icons": {
    "48": "icon48.png"
  },
  "action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html",
    "default_title": "Bulk delete ChatGPT, Claude, Gemini Chats"
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://gemini.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*"
      ],
      "js": [
        "locale/en.js",
        "locale/ko.js",
        "locale/ja.js",
        "locale/zh.js",
        "locale/es.js",
        "locale/de.js",
        "globals.js",
        "addCheckboxes.js",
        "deleteMultipleChats.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ChatGPT-Chats-Delete@github.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Bulk delete ChatGPT, Claude, Gemini Chats Alternatives

Here are some Firefox add-ons that are similar to Bulk delete ChatGPT, Claude, Gemini Chats: