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", "name": "YouTube Video Summarizer", "description": "Quickly summarize YouTube videos with AI. Get concise summaries directly in your browser with just a click.", "version": "1.0.2", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "assets\/background.010bfccc.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/ytsummarizer.ai\/plugin\/*" ], "js": [ "contentscript-loader-content.8d3296c1.js" ], "run_at": "document_start", "css": [] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/ytsummarizer.ai\/*" ], "resources": [ "assets\/*" ] }, { "matches": [ "<all_urls>" ], "resources": [ "options.html", "assets\/content.8d3296c1.js" ], "use_dynamic_url": false } ], "manifest_version": 3 }