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": "Copilot: AI Assistant Powered by ChatGPT, GPT-4o, Claude, Gemini + AI Tools", "description": "AI-enhanced productivity extension with personal tutoring utilising ChatGPT, Claude, and Gemini, plus AI tools and AI images.", "version": "2.6", "icons": { "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab", "tabs", "storage", "sidePanel", "scripting" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+C", "mac": "Alt+C" } } }, "side_panel": { "default_path": "WE-sidebar.html" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "images\/*.svg" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "styles\/YTS.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "styles\/YMR.css" ] }, { "matches": [ "<all_urls>" ], "resources": [ "images\/*.png" ] }, { "matches": [ "<all_urls>" ], "resources": [ "styles\/search.css" ] }, { "matches": [ "<all_urls>" ], "resources": [ "styles\/personal-tutor.css" ] }, { "matches": [ "<all_urls>" ], "resources": [ "styles\/chat-icon.css" ] }, { "matches": [ "<all_urls>" ], "resources": [ "styles\/alert.css" ] }, { "matches": [ "<all_urls>" ], "resources": [ "styles\/WE-popup.css" ] }, { "matches": [ "<all_urls>" ], "resources": [ "styles\/quick-actions.css" ] }, { "matches": [ "<all_urls>" ], "resources": [ "images\/*.svg" ] }, { "matches": [ "<all_urls>" ], "resources": [ "images\/ELI5 Icon.svg" ] }, { "matches": [ "<all_urls>" ], "resources": [ "WE-sidebar.html" ] }, { "matches": [ "<all_urls>" ], "resources": [ "console.html" ] }, { "matches": [ "<all_urls>" ], "resources": [ "lib\/wavesurfer.min.js" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "lib\/browser-polyfill.min.js", "lib\/wavesurfer.min.js", "YTS-contentScript.bundle.js" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "lib\/browser-polyfill.min.js", "YMR-contentScript.bundle.js" ] }, { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "lib\/browser-polyfill.min.js", "lib\/wavesurfer.min.js", "search-contentScript.bundle.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "lib\/browser-polyfill.min.js", "settings-contentScript.bundle.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "lib\/browser-polyfill.min.js", "tutor-contentScript.bundle.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "lib\/browser-polyfill.min.js", "alert-contentScript.bundle.js" ] }, { "matches": [ "https:\/\/chromecopilot.ai\/*" ], "js": [ "lib\/browser-polyfill.min.js", "token-contentScript.bundle.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "lib\/browser-polyfill.min.js", "readPage-contentScript.bundle.js" ] } ], "background": { "service_worker": "service_worker.bundle.js" } }