WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YourAIScroll - AI Chat History Exporter

YourAIScroll - AI Chat History Exporter

View on Chrome Web Store
View YourAIScroll - AI Chat History Exporter Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (25 ratings)
2 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Export your AI chat history from DeepSeek, Claude, Grok and more. Save conversations including Canvas and Artifacts.
Type
Extension
Users
2,000 users
500
jenq*****************
View author page of jenq*****************
Published
Published on January 27, 2025
Version 1.7.4
Manifest version
3
Updated
Updated on October 22, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YourAIScroll - AI Chat History 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",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.7.4",
    "author": "ZhengyangHou <[email protected]>",
    "name": "YourAIScroll - AI Chat History Exporter",
    "description": "Export your AI chat history from DeepSeek, Claude, Grok and more. Save conversations including Canvas and Artifacts.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.claude.ai\/*"
            ],
            "js": [
                "anthropic.516f5025.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/copilot.microsoft.com\/*"
            ],
            "js": [
                "copilot.f840590a.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.chat.deepseek.com\/*"
            ],
            "js": [
                "deepseek.f9dabb65.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.aistudio.google.com\/*"
            ],
            "js": [
                "google-ai-studio.d035ac5d.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.kimi.com\/*"
            ],
            "js": [
                "kimi.f10ec6e3.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.chat.mistral.ai\/*"
            ],
            "js": [
                "mistral.cff5fe9e.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.chatgpt.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "openai.aa0d134f.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.perplexity.ai\/*"
            ],
            "js": [
                "perplexity.348b5cc0.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.grok.com\/*"
            ],
            "js": [
                "grok.31535f18.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.poe.com\/*"
            ],
            "js": [
                "poe.a0508e60.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.gemini.google.com\/*"
            ],
            "js": [
                "google.6d693c0a.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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