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, "default_locale": "en", "name": "ChatGPT Chart Previewer Chart Maker", "version": "2024.09.16", "description": "ChatGPT Chart Previewer Chart Maker", "permissions": [ "identity", "identity.email", "storage" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module", "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/chat.openai.com\/*" ] }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "32.png" }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "96": "96.png", "128": "128.png" }, "externally_connectable": { "ids": [ "oodahnkoklimneclpoebhlkknoaogeln", "jhllfdbccclcdiafljibcabipbmkfoem", "moeoibheadkkkgclhclmglepnhplanpl" ], "matches": [ "*:\/\/localhost\/*", "https:\/\/*.windchat.link\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle1726489551946.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "batch-tasks-logo-64.png", "chatgpt-search-history-logo-64.png", "batch-delete-history-logo-64.png", "windchat.png", "immersive-ai-logo-64.png", "echarts-logo.png", "128.png", "32.png", "48.png" ], "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/chat.openai.com\/*" ] } ] }