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", "manifest_version": 3, "version": "1.3", "name": "Claude Toolbox", "description": "Search Claude chats history, export and download chats as a TXT\/JSON file", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvIDqD6APyLOH29ezVyHT9cdQWEkYA5Kk9KfVHEqp1hpYKmAzn7SsA6gDf93OXcUMZlpfu6\/WTqThB9oAEXrzld6j7S\/EhgzNowwGI57goyjzHoicZwIYCylHQ0+HRaLr1uM\/2brpVQREyU4FLHamkGNb4g8obPyT994XsAfrxaPOSuZAChWfHh9YvlZSZNCxXkz+BdMPyORc9C0t+\/FFTNMDTDjJIR\/KRrB0X+qIuS4NGA4\/H7SbjPoB8sNeGKh7cfQzn2Y+rxFn4d33WUVK0WArKT74vhTAtUyKPY+9GXk7TfGC+8Bc7oIwbH0I++NgP\/fWQdYdDCwJ9\/aW1xhOFQIDAQAB", "action": { "default_icon": { "16": "assets\/images\/icon16.png", "24": "assets\/images\/icon24.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "default_title": "ChatGPT Toolbox" }, "icons": { "16": "assets\/images\/icon16.png", "24": "assets\/images\/icon24.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "host_permissions": [ "https:\/\/claude.ai\/*" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/claude.ai\/*" ], "js": [ "scripts\/content.js" ], "css": [ "styles\/styles.css", "styles\/modal.css", "styles\/snackbar.css", "styles\/loader.css", "styles\/form.css", "styles\/variables.css", "styles\/switch.css", "styles\/prompts.css", "styles\/pinnedChats.css", "styles\/searchHistory.css", "styles\/paidUserBadge.css", "styles\/exportChat.css" ], "run_at": "document_end" } ], "permissions": [ "cookies", "storage", "webNavigation", "webRequest", "activeTab" ] }