Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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'"
}
}