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, "default_locale": "en", "name": "Cleanest AI - organize into folders", "version": "4.0.4", "description": "__MSG_extensionDescription__", "permissions": [ "cookies", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/chatgpt.com\/*", "https:\/\/chat.openai.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/www.linkedin.com\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_title": "Click to open panel", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/pages\/contentUI\/index.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "icon-128.png", "icon-34.png" ], "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/www.linkedin.com\/*" ] } ] }