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, "name": "CodePeek - ChatGPT Code Preview & Visualizer", "version": "1.2", "description": "ChatGPT Code Visualizer: Live preview HTML, React, JS code, Mermaid diagrams & Mindmaps in ChatGPT, You.com & DeepSeek", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/codepeek.jobsum.works\/*", "http:\/\/localhost:3000\/*", "https:\/\/you.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/chat.deepseek.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/you.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/chat.deepseek.com\/*" ], "js": [ "detector.js", "content.js" ] } ] }