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, "name": "ChatGPT Sugar: Make Your ChatGPT Sweeter", "description": "A collection of subtle and delightful tools, seamlessly integrated into your ChatGPT experience.", "version": "0.0.8", "icons": { "16": "src\/assets\/logo.png", "32": "src\/assets\/logo.png", "48": "src\/assets\/logo.png", "128": "src\/assets\/logo.png" }, "action": [], "host_permissions": [ "https:\/\/chatgpt.com\/" ], "permissions": [], "content_scripts": [ { "js": [ "assets\/index.tsx-loader-4391f170.js" ], "matches": [ "https:\/\/chatgpt.com\/*" ], "css": [ "assets\/index-8a7f23d0.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "resources": [ "assets\/index.tsx-5beb24eb.js" ], "use_dynamic_url": true } ] }