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 Summarizer - Syllaby", "version": "1.0.1", "manifest_version": 3, "author": "Manish J", "description": "Use ChatGPT to summarize YouTube videos with syllaby", "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_icon": { "48": "images\/32.png" } }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/chat.openai.com\/*", "https:\/\/syllaby.io\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/chat.openai.com\/*" ], "js": [ "contentscript\/index.bundle.js" ], "css": [ "contentscript\/yt_ai_summary.css" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "48": "images\/32.png" } }