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", "name": "ChatGPT & YouTube Summary by Glasp", "version": "2.0.16", "manifest_version": 3, "description": "Access ChatGPT from the browser toolbar and get transcripts and summaries of YouTube videos. Powered by ChatGPT & Claude.", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_icon": { "48": "images\/48.png" } }, "permissions": [ "storage", "system.display" ], "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "assets\/message-listener.ts-loader-1cf408aa.js" ], "matches": [ "https:\/\/glasp.co\/*", "https:\/\/glasp.ai\/*" ] }, { "js": [ "assets\/summarize-in-chatgpt.ts-loader-c1c34c7b.js" ], "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/chat.com\/*" ] }, { "js": [ "assets\/summarize-in-claude.ts-loader-17beba43.js" ], "matches": [ "https:\/\/claude.ai\/*" ] }, { "js": [ "assets\/summarize-in-mistral-ai.ts-loader-35950fbc.js" ], "matches": [ "https:\/\/chat.mistral.ai\/*" ] }, { "js": [ "assets\/summarize-in-gemini.ts-loader-6a7339ac.js" ], "matches": [ "https:\/\/gemini.google.com\/*" ] }, { "js": [ "assets\/summarize-in-aistudio.ts-loader-2e1e9024.js" ], "matches": [ "https:\/\/aistudio.google.com\/*" ] }, { "js": [ "assets\/youtube-helper.ts-loader-2d5fca1c.js", "assets\/web-helper.ts-loader-1cb2468f.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "assets\/check-user-limit-c78bebcb.css", "assets\/youtube-helper-4cbe6cad.css", "assets\/check-user-limit-c78bebcb.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "48": "images\/48.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/glasp.ai\/*", "https:\/\/glasp.co\/*" ], "resources": [ "assets\/browser-polyfill-45feeee0.js", "assets\/message-listener.ts-d44179b2.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/chat.com\/*", "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "resources": [ "assets\/get-prompt-3d2978ee.js", "assets\/get-user-config-4bb207c7.js", "assets\/storage-49d9ffd2.js", "assets\/browser-polyfill-45feeee0.js", "assets\/default-user-config-0931cd17.js", "assets\/summarize-in-chatgpt.ts-249616a9.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/claude.ai\/*" ], "resources": [ "assets\/get-prompt-3d2978ee.js", "assets\/get-user-config-4bb207c7.js", "assets\/storage-49d9ffd2.js", "assets\/browser-polyfill-45feeee0.js", "assets\/default-user-config-0931cd17.js", "assets\/summarize-in-claude.ts-5d61a703.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/chat.mistral.ai\/*" ], "resources": [ "assets\/get-prompt-3d2978ee.js", "assets\/summarize-in-mistral-ai.ts-60aa1e7b.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/gemini.google.com\/*" ], "resources": [ "assets\/get-prompt-3d2978ee.js", "assets\/summarize-in-gemini.ts-cee6b221.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/aistudio.google.com\/*" ], "resources": [ "assets\/get-prompt-3d2978ee.js", "assets\/summarize-in-aistudio.ts-53b7d715.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/check-user-limit-68b4bcd5.js", "assets\/theme-provider-48c6847e.js", "assets\/firebase-af4c65ca.js", "assets\/get-current-media-d06fc5c8.js", "assets\/browser-polyfill-45feeee0.js", "assets\/get-user-config-4bb207c7.js", "assets\/user-agent-7579e203.js", "assets\/storage-49d9ffd2.js", "assets\/youtube-15b7da2d.js", "assets\/default-user-config-0931cd17.js", "assets\/__vite-browser-external-b25bb000.js", "assets\/youtube-helper.ts-b963e163.js", "assets\/web-helper.ts-60103a5d.js" ], "use_dynamic_url": false } ] }