Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Awesum: AI YouTube video summaries", "version": "1.0.0", "description": "Save time on long videos and extract key ideas instantly. AI YouTube video summaries made in seconds.", "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader-B-ptd62k.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "assets\/main-wnlR-JTe.css" ] } ], "icons": { "16": "public\/favicon-16x16.png", "32": "public\/favicon-32x32.png", "192": "public\/favicon-192x192.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/env-mwYrP1dU.js", "assets\/_commonjsHelpers-Cpj98o6Y.js", "assets\/main.tsx-C2p7Rkgk.js" ], "use_dynamic_url": true } ] }