AI Chat Exporter - Free, Private, OpenSource Firefox

Examine source code of AI Chat Exporter - Free, Private, OpenSource

Inspect and view changes in AI Chat Exporter - Free, Private, OpenSource source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.16.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "homepage_url": "https://ai-chat-exporter.covai.org/",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage",
    "contextMenus",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "options_page": "options.html",
  "commands": {
    "copy_markdown": {
      "suggested_key": {
        "default": "Alt+Shift+C",
        "mac": "Alt+Shift+C"
      },
      "description": "__MSG_commandCopyMarkdown__"
    },
    "download_markdown": {
      "suggested_key": {
        "default": "Alt+Shift+D",
        "mac": "Alt+Shift+D"
      },
      "description": "__MSG_commandDownloadMarkdown__"
    },
    "open_preview": {
      "suggested_key": {
        "default": "Alt+Shift+P",
        "mac": "Alt+Shift+P"
      },
      "description": "__MSG_commandOpenPreview__"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/chatgpt_helper.js",
        "content/claude_react_reader.js",
        "content/lib/*",
        "schemas/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "__MSG_extensionName__"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-chat-exporter@local.dev",
      "strict_min_version": "143.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best AI Chat Exporter - Free, Private, OpenSource Alternatives

Here are some Firefox add-ons that are similar to AI Chat Exporter - Free, Private, OpenSource: