Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "manifest_version": 3, "name": "ChatGPT Path", "version": "1.1", "description": "Analyze and extract insights from your ChatGPT conversations, including search queries, thoughts, products, and sources.", "author": "Ayima", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "action": { "default_popup": "popup.html", "default_title": "ChatGPT Path" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "ayima-logo-white.webp", "logo.png", "icon48.png" ], "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ] } ], "homepage_url": "https:\/\/www.ayima.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }