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", "manifest_version": 3, "name": "YouTube Transcript Plus - full transcript, AI chat with video & summary", "version": "1.2.1", "description": "Read, search, and summarize YouTube video transcripts. Features AI-powered chapter summaries and chat with video content.", "permissions": [ "webRequest", "activeTab", "storage", "sidePanel" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.googlevideo.com\/*", "*:\/\/openai-proxy-terrydjony.deno.dev\/*", "*:\/\/freeproxy-openai-terry.deno.dev\/*", "*:\/\/gptsheet-license-service.terrydjony.workers.dev\/*" ], "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "sidepanel.html" }, "action": [], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "welcome.html" ], "matches": [ "<all_urls>" ] } ] }