GrabChat - Export AI Chats to JSON, MD, PDF Firefox

Examine source code of GrabChat - Export AI Chats to JSON, MD, PDF

By: Shady
Inspect and view changes in GrabChat - Export AI Chats to JSON, MD, PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GrabChat - Export AI Chats to JSON, MD, PDF",
  "version": "1.2.0",
  "description": "Export conversations from all major LLM platforms to JSON, Markdown, and PDF",
  "browser_specific_settings": {
    "gecko": {
      "id": "grabchat@shady2000gh.gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage"
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://www.google.com/*",
    "https://copilot.microsoft.com/*",
    "https://www.perplexity.ai/*",
    "https://x.com/*",
    "https://grok.com/*",
    "https://chat.deepseek.com/*",
    "https://chat.qwen.ai/*",
    "https://chat.mistral.ai/*",
    "https://huggingface.co/*",
    "https://poe.com/*",
    "https://raw.githubusercontent.com/*",
    "https://cdn.jsdelivr.net/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://www.google.com/*",
        "https://copilot.microsoft.com/*",
        "https://www.perplexity.ai/*",
        "https://x.com/*",
        "https://grok.com/*",
        "https://chat.deepseek.com/*",
        "https://chat.qwen.ai/*",
        "https://chat.mistral.ai/*",
        "https://huggingface.co/*",
        "https://poe.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "libs/showdown.min.js",
        "libs/html2pdf.bundle.min.js",
        "styles/chat-pdf.css",
        "scripts/export.js",
        "scripts/exportMarkdown.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best GrabChat - Export AI Chats to JSON, MD, PDF Alternatives

Here are some Firefox add-ons that are similar to GrabChat - Export AI Chats to JSON, MD, PDF: