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", "short_name": "GPT Summarizer", "name": "YouTube Videos Summary with ChatGPT AI", "version": "1.0.3", "manifest_version": 3, "icons": { "128": "logo.png" }, "action": [], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" }