Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "ChatGPT Conversation History Search & Claude AI Messages Search", "version": "2025.03.18", "description": "ChatGPT Conversation History Search & Claude AI Messages Search", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiysGQgXeoqlkLyAPxVnq69Fbktq1M\/7d8RtwjClE15tXIdCsAmZ2Geg4Gaiexh+ZtkoEoP6zf+Wnl26y3ZdbOw6cVfp8Qtp5bdBPyET1tC\/qU5XyZ1I6ArtIkMcA0ezUwb3wph8OxvF7wVC3SR8e6l+aaIsOIwfCgBbyIx4F9pJWebL5Qq3Zq2VfhGrN5TMz1UmSWdwAi7enHUhh3M8OYuku\/WCRVRt+i9g0NjnBebiCUpNx+L9OMZyVqcvQOfVnILLo9BooiJ3DrURZVgiD99nGzXoDNRTvH1qOoqKabC+Fq5ZFAJb6\/ZiytFMRX+G6jPbUneyvIcg4L7ugB95ZnwIDAQAB", "permissions": [ "storage" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "34": "icon-34.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*" ], "js": [ "src\/pages\/contentInjected\/index.js" ], "css": [ "assets\/css\/contentStyle1742291025845.chunk.css" ] }, { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*" ], "js": [ "src\/pages\/contentUI\/index.js" ] } ], "web_accessible_resources": [ { "resources": [ "chart-logo-64.png", "batch-tasks-logo-64.png", "immersive-ai-logo-64.png", "batch-delete-history-logo-64.png", "windchat.png", "google.svg", "assets\/css\/*.css", "icon-128.png", "icon-256.png", "icon-64.png", "icon-34.png", "assets\/js\/*.js" ], "matches": [ "*:\/\/*\/*" ] } ] }