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, "version": "3.7.3", "name": "ChatGPT Toolbox", "description": "The Ultimate ChatGPT Experience! Export, Pin, Subfolders, Search, RTL, Save Custom Prompts, Download Messages as MP3 & much more", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRn9GkYiIATGlfwjUiB31iGxNiHg50mk93A\/qHmHH2g6WUXccDhChbQ+ga1bBG+KAyu\/z1dWP3fjoIHUbQUeb6OhrL25tInCFrwXN0ZHuZd8mPDDQFoHC0vNzl468DH3+7PqnyeuqjRvEyWXrFxvvg76QjpDFG6oG4Ny0uC0Iz45IZhAmHLygUdvLopkCaUmABsdAfijVm5P3yqext9NbhKkGsU4GLMmyVsafa8owvbIgjFo4ZRJ79tmIAx5Zfn2GHxPwmqURFOKeVgq75yIdwjYM+2Zc5Y+BKNM58q4rCKEK4C0FLeFfz8m1FuDRleW\/CPCzEZ7z9BIuBRwJJ3cvQIDAQAB", "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:\/\/chatgpt.com\/*", "https:\/\/api.infi-dev.com\/ai-toolbox\/*" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "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\/gptsCollapse.css", "styles\/moveChat.css", "styles\/searchHistory.css", "styles\/paidUserBadge.css", "styles\/voiceDownload.css", "styles\/mediaGallery.css", "styles\/direction.css", "styles\/featuresCollapse.css", "styles\/addGPTs.css" ], "run_at": "document_end" } ], "permissions": [ "storage", "webNavigation", "webRequest", "activeTab" ] }