Por: Md Azeem
Inspect and view changes in Chat X source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Chat Exporter",
"description": "Export conversations from ChatGPT, Gemini, Deepseek to PDF, Markdown, Text, HTML and images.",
"version": "0.1.0",
"permissions": [
"activeTab",
"downloads",
"storage",
"tabs",
"*://chat.openai.com/*",
"*://www.chat.openai.com/*",
"*://chatgpt.com/*",
"*://www.chatgpt.com/*",
"*://app.chatgpt.com/*",
"*://*.chatgpt.com/*",
"*://gemini.google.com/*",
"*://www.gemini.google.com/*",
"*://*.google.com/*",
"*://deepseek.com/*",
"*://www.deepseek.com/*",
"*://deepseek.ai/*",
"*://www.deepseek.ai/*",
"*://*.deepseek.com/*",
"*://*.deepseek.ai/*",
"*://perplexity.ai/*",
"*://www.perplexity.ai/*",
"*://labs.perplexity.ai/*",
"*://*.perplexity.ai/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*://chat.openai.com/*",
"*://www.chat.openai.com/*",
"*://chatgpt.com/*",
"*://www.chatgpt.com/*",
"*://app.chatgpt.com/*",
"*://*.chatgpt.com/*",
"*://gemini.google.com/*",
"*://www.gemini.google.com/*",
"*://*.google.com/*",
"*://deepseek.com/*",
"*://www.deepseek.com/*",
"*://deepseek.ai/*",
"*://www.deepseek.ai/*",
"*://*.deepseek.com/*",
"*://*.deepseek.ai/*",
"*://perplexity.ai/*",
"*://www.perplexity.ai/*",
"*://labs.perplexity.ai/*",
"*://*.perplexity.ai/*"
],
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Export Chat"
},
"browser_specific_settings": {
"gecko": {
"data_collection_permissions": {
"required": [
"websiteContent",
"personalCommunications"
],
"optional": []
},
"id": "{98d1c034-5610-4ae4-858d-e06e383ad5d3}"
}
}
} Mejores alternativas Chat X
Aquí hay algunas Firefox add-ons que son similares a Chat X:
AI Conversation Exporter GS
gs1996
AI Chat Export | Export ChatGPT, Claude and others
deadrat
AI Chat Exporter Pro
Workpent
ChatVault - AI Chat Exporter
GxAditya
AI Chat Exporter
Hamza
Gemini to PDF
HI88
Gemini Chat Exporter - PDF, Markdown & NotebookLM
TangerineKing
dedobe-extractor
Black Orchard Labs
ChatGPT Markdown Exporter
devcxl