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.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Sidebar GPT-4o, Claude3, AI Video Generator & AI Tools: ChatMove", "version": "0.9", "description": "Your magical all-in-one AI content creation assistant for chrome. ChatGPT Sidebar: GPT-4o, Claude3 and 100+ AI tools. ", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_icon": "icon-34.png" }, "devtools_page": "src\/pages\/devtools\/index.html", "side_panel": { "default_path": "src\/pages\/panel\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "sidePanel", "scripting", "activeTab", "storage", "identity" ], "oauth2": { "client_id": "691290769471-ncg2fb7jd9pn7v2qavqrklb6nkd68gab.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyle.css" ] } ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png", "https:\/\/accounts.google.com\/gsi\/client" ], "matches": [] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }