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.12", "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-3aefce2c.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-6baa0104.js", "assets\/web-helper.ts-loader-067bcf99.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "assets\/check-user-limit-6b8cce14.css", "assets\/youtube-helper-4cbe6cad.css", "assets\/check-user-limit-6b8cce14.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-c5fbaf4d.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-128ed4e9.js", "assets\/theme-provider-9454a044.js", "assets\/firebase-bae20741.js", "assets\/get-current-media-b45dc047.js", "assets\/browser-polyfill-45feeee0.js", "assets\/get-user-config-4bb207c7.js", "assets\/user-agent-021b7bd7.js", "assets\/storage-49d9ffd2.js", "assets\/youtube-f2ab8920.js", "assets\/default-user-config-0931cd17.js", "assets\/__vite-browser-external-b25bb000.js", "assets\/youtube-helper.ts-aab8b182.js", "assets\/web-helper.ts-94e81db8.js" ], "use_dynamic_url": false } ] }