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": "YouTube Summary & ChatGPT by Glasp", "version": "2.0.23", "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-fb43f789.js" ], "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/chat.com\/*" ], "css": [ "assets\/createLucideIcon-e5a6228f.css" ] }, { "js": [ "assets\/summarize-in-claude.ts-loader-0341d6a8.js" ], "matches": [ "https:\/\/claude.ai\/*" ], "css": [ "assets\/createLucideIcon-e5a6228f.css" ] }, { "js": [ "assets\/summarize-in-mistral-ai.ts-loader-38e2a3ca.js" ], "matches": [ "https:\/\/chat.mistral.ai\/*" ], "css": [ "assets\/createLucideIcon-e5a6228f.css" ] }, { "js": [ "assets\/summarize-in-gemini.ts-loader-c31e8c1d.js" ], "matches": [ "https:\/\/gemini.google.com\/*" ], "css": [ "assets\/createLucideIcon-e5a6228f.css" ] }, { "js": [ "assets\/summarize-in-aistudio.ts-loader-da8ca650.js" ], "matches": [ "https:\/\/aistudio.google.com\/*" ], "css": [ "assets\/createLucideIcon-e5a6228f.css" ] }, { "js": [ "assets\/youtube-helper.ts-loader-5de1716a.js", "assets\/web-helper.ts-loader-4e3f1f7b.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "assets\/createLucideIcon-e5a6228f.css", "assets\/youtube-helper-4cbe6cad.css", "assets\/createLucideIcon-e5a6228f.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "48": "images\/48.png", "128": "images\/128.png", "256": "images\/256.png", "512": "images\/512.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\/summarizer-797911d1.js", "assets\/get-user-config-1af53bce.js", "assets\/jsx-runtime-4286988b.js", "assets\/browser-polyfill-45feeee0.js", "assets\/createLucideIcon-9772ab2d.js", "assets\/settings-5974cdd6.js", "assets\/summarize-in-chatgpt.ts-83ba2427.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/claude.ai\/*" ], "resources": [ "assets\/summarizer-797911d1.js", "assets\/get-user-config-1af53bce.js", "assets\/jsx-runtime-4286988b.js", "assets\/browser-polyfill-45feeee0.js", "assets\/createLucideIcon-9772ab2d.js", "assets\/settings-5974cdd6.js", "assets\/summarize-in-claude.ts-fb895372.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/chat.mistral.ai\/*" ], "resources": [ "assets\/summarizer-797911d1.js", "assets\/get-user-config-1af53bce.js", "assets\/jsx-runtime-4286988b.js", "assets\/browser-polyfill-45feeee0.js", "assets\/createLucideIcon-9772ab2d.js", "assets\/settings-5974cdd6.js", "assets\/summarize-in-mistral-ai.ts-1e81a259.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/gemini.google.com\/*" ], "resources": [ "assets\/summarizer-797911d1.js", "assets\/get-user-config-1af53bce.js", "assets\/jsx-runtime-4286988b.js", "assets\/browser-polyfill-45feeee0.js", "assets\/createLucideIcon-9772ab2d.js", "assets\/settings-5974cdd6.js", "assets\/summarize-in-gemini.ts-1414526c.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/aistudio.google.com\/*" ], "resources": [ "assets\/summarizer-797911d1.js", "assets\/get-user-config-1af53bce.js", "assets\/jsx-runtime-4286988b.js", "assets\/browser-polyfill-45feeee0.js", "assets\/createLucideIcon-9772ab2d.js", "assets\/settings-5974cdd6.js", "assets\/summarize-in-aistudio.ts-7b441182.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/createLucideIcon-9772ab2d.js", "assets\/jsx-runtime-4286988b.js", "assets\/theme-provider-406e2bf7.js", "assets\/extension-info-71bdf937.js", "assets\/get-current-media-74fd03ba.js", "assets\/browser-polyfill-45feeee0.js", "assets\/get-user-config-1af53bce.js", "assets\/check-user-limit-ee526f69.js", "assets\/firebase-eebda388.js", "assets\/cache-background-54e9d924.js", "assets\/settings-5974cdd6.js", "assets\/user-agent-1a25fb68.js", "assets\/__vite-browser-external-b25bb000.js", "assets\/youtube-helper.ts-c4db2a6a.js", "assets\/web-helper.ts-e725ecec.js" ], "use_dynamic_url": false } ] }