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 Summarizer: Pages, Articles, YouTube", "version": "2.0.7", "manifest_version": 3, "description": "Summarize YouTube videos, web pages, and articles with the help of ChatGPT (OpenAI).", "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_icon": { "48": "images\/48.png" } }, "permissions": [ "storage" ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentscript\/sumindex.bundle.js" ], "css": [ "css\/sum_summary.css" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "48": "images\/48.png" } }