WebExtension.net
Toggle dark mode
WebExtension.net

GPTSeek - ChatGPT to DeepSeek Exporter

View on Chrome Web Store
View GPTSeek - ChatGPT to DeepSeek Exporter Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (11 ratings)
2 new ratings
12 views
This extension has been viewed 12 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export ChatGPT chats to DeepSeek in one click! Save conversations in Markdown format to stay organized and ready to use.
Type
Extension
Users
652 users
21
Website gptseekxbt.xyz
GPTSeekxbt
View author page of GPTSeekxbt
Published
Published on January 29, 2025
Version 0.0.1
Manifest version
3
Updated
Updated on January 29, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GPTSeek - ChatGPT to DeepSeek Exporter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPTSeek - ChatGPT to DeepSeek Exporter",
    "version": "0.0.1",
    "description": "Export ChatGPT chats to DeepSeek in one click! Save conversations in Markdown format to stay organized and ready to use.",
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/chatgpt.com\/*",
        "https:\/\/chat.deepseek.com\/*"
    ],
    "action": {
        "default_title": "GPTSeek Exporter",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "libs\/turndown.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top