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 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ChatGPT Folders & GPT-3.5\/4 AI Online Copilot",
"description": "Create folders in ChatGPT. Chat with ChatGPT 3.5\/4 on any web page. Custom Prompt Library and Prompt Engineering Tools for ChatGPT.",
"version": "0.4.7",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_icon": "img\/logo-32.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.jsx-loader-9b8ab5c9.js"
],
"matches": [
"*:\/\/chat.openai.com\/*",
"*:\/\/chatgpt.com\/*"
],
"css": [
"assets\/globals-aed118a2.css"
]
},
{
"js": [
"assets\/copilotContent.jsx-loader-fc672fae.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"assets\/CopilotRecentChatWrapper-350dea7b.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"img\/logo-16.png",
"img\/logo-32.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/chat.openai.com\/*",
"*:\/\/chatgpt.com\/*"
],
"resources": [
"assets\/chunk-86f2c54c.js",
"assets\/chunk-3118d566.js",
"assets\/chunk-97145405.js",
"assets\/chunk-b46858d7.js",
"assets\/chunk-7ca18a1a.js",
"assets\/chunk-32c45eea.js",
"assets\/chunk-2b2e587d.js",
"assets\/chunk-de833af9.js",
"assets\/chunk-3de2e06c.js"
],
"use_dynamic_url": true
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-86f2c54c.js",
"assets\/chunk-b46858d7.js",
"assets\/chunk-7ca18a1a.js",
"assets\/chunk-f971375a.js",
"assets\/chunk-97145405.js",
"assets\/chunk-de833af9.js",
"assets\/chunk-32c45eea.js",
"assets\/chunk-9c574390.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"webRequest",
"tabs",
"storage",
"activeTab",
"sidePanel",
"webNavigation"
],
"host_permissions": [
"*:\/\/chatgpt.com\/*",
"*:\/\/chatgpt.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+C",
"mac": "MacCtrl+Shift+C"
},
"description": "Toggle Copilot Sidebar"
}
},
"side_panel": {
"default_path": "sidepanel.html"
}
}