Inspect and view changes in ExportyAI: DeepSeek ChatGPT Exporter to PDF/Notion source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_appName__",
"author": "ExportyAI Team <support@exportyai.com>",
"version": "1.7.2",
"default_locale": "en",
"description": "__MSG_appDesc__",
"permissions": [
"activeTab",
"storage",
"cookies",
"contextMenus",
"clipboardWrite"
],
"background": {
"scripts": [
"background.45135dce.bundle.js"
]
},
"host_permissions": [
"https://exportyai.com/api/*",
"*://chat.deepseek.com/*",
"*://*.kimi.com/*",
"*://chatgpt.com/*",
"*://gemini.google.com/*",
"*://grok.com/*",
"*://*.doubao.com/*",
"*://chatglm.cn/*",
"*://claude.ai/*",
"*://*.perplexity.ai/*",
"*://www.google.com/*",
"https://*.notion.com/*",
"https://*.notion.so/*",
"https://s3.us-west-2.amazonaws.com/*",
"https://*.s3.us-west-2.amazonaws.com/*",
"https://s3-us-west-2.amazonaws.com/*"
],
"content_scripts": [
{
"matches": [
"*://chat.deepseek.com/*"
],
"js": [
"content-deepseek.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://gemini.google.com/*"
],
"js": [
"content-gemini.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://chatgpt.com/*"
],
"js": [
"content-chatgpt.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://claude.ai/*"
],
"js": [
"content-claude.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://grok.com/*"
],
"js": [
"content-grok.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://*.doubao.com/*"
],
"js": [
"content-doubao.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://yuanbao.tencent.com/*"
],
"js": [
"content-yuanbao.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://*.kimi.com/*"
],
"js": [
"content-kimi.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://notebooklm.google.com/*"
],
"js": [
"content-notebooklm.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://copilot.microsoft.com/*"
],
"js": [
"content-copilot.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://*.perplexity.ai/*"
],
"js": [
"content-perplexity.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://aistudio.google.com/*"
],
"js": [
"content-aistudio.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://www.google.com/*"
],
"js": [
"content-google-search.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://github.com/copilot/c/*"
],
"js": [
"content-github-copilot.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://chatglm.cn/*"
],
"js": [
"content-chatglm.45135dce.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://chat.deepseek.com/*",
"*://gemini.google.com/*",
"*://chatgpt.com/*",
"*://claude.ai/*",
"*://grok.com/*",
"*://*.doubao.com/*",
"*://yuanbao.tencent.com/*",
"*://*.kimi.com/*",
"*://notebooklm.google.com/*",
"*://copilot.microsoft.com/*",
"*://*.perplexity.ai/*",
"*://aistudio.google.com/*",
"*://www.google.com/*",
"*://github.com/copilot/c/*",
"*://chatglm.cn/*"
],
"js": [
"web-inject.45135dce.bundle.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://exportyai.com/*"
],
"js": [
"content-mainsite-bridge.45135dce.bundle.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"options_ui": {
"page": "option.html",
"open_in_tab": true
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "addon@exportyai.com",
"strict_min_version": "78.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"web_accessible_resources": [
{
"resources": [
"*.bundle.js.map",
"assets/*",
"offscreen.html"
],
"matches": [
"*://yuanbao.tencent.com/*",
"*://chat.deepseek.com/*",
"*://*.doubao.com/*",
"*://chatgpt.com/*",
"*://claude.ai/*",
"*://grok.com/*",
"*://gemini.google.com/*",
"*://*.kimi.com/*",
"*://notebooklm.google.com/*",
"*://copilot.microsoft.com/*",
"*://*.perplexity.ai/*",
"*://aistudio.google.com/*",
"*://www.google.com/*",
"*://github.com/*"
]
}
],
"sidebar_action": {
"default_panel": "sidepanel.html",
"default_title": "ExportyAI",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}
} Best ExportyAI: DeepSeek ChatGPT Exporter to PDF/Notion Alternatives
Here are some Firefox add-ons that are similar to ExportyAI: DeepSeek ChatGPT Exporter to PDF/Notion:
AI Exporter - Gemini to PDF & Sync to Notion
Colin
SaveAI: ChatGPT & AI to PDF
SaveAI
AI Chat Exporter Pro
Workpent
NousSave: AI Chat Exporter
noussave
XWX AI Chat Exporter
xwx
multi-ai-exporter
Gaurav Sisodia
AI Chat Exporter - Grok, Perplexity, Copilot
Neo Cortex
AI Chat Export | Export ChatGPT, Claude and others
Covai Labs
ChatVault - AI Chat Exporter
GxAditya
Docify – Export Your AI Chats
Abdiwaahid
AI Chat Exporter
Hamza
AI Chat Exporter: Free, No Limits
pinguarmy