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 Summary with AI", "description": "Summarize YouTube videos using AI - get quick insights and key points from any video.", "version": "1.3.6", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "96": "img\/logo-96.png", "128": "img\/logo-128.png", "196": "img\/logo-196.png" }, "action": { "default_popup": "popup.html#\/?popup=true", "default_icon": "img\/logo-96.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-77294c03.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] }, { "js": [ "assets\/chatgpt.js-loader-94437740.js" ], "matches": [ "https:\/\/chatgpt.com\/*" ] }, { "js": [ "assets\/claude.js-loader-a114ccd8.js" ], "matches": [ "https:\/\/claude.ai\/*" ] }, { "js": [ "assets\/grok.js-loader-d8ce969a.js" ], "matches": [ "https:\/\/grok.com\/*" ] }, { "js": [ "assets\/gemini.js-loader-175bee84.js" ], "matches": [ "https:\/\/gemini.google.com\/*" ] }, { "js": [ "assets\/notebooklm.js-loader-5de0bdd8.js" ], "matches": [ "https:\/\/notebooklm.google.com\/*" ] }, { "js": [ "assets\/perplexity.js-loader-8d6b17d9.js" ], "matches": [ "https:\/\/*.perplexity.ai\/*" ] } ], "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*", "https:\/\/gemini.google.com\/*", "https:\/\/grok.com\/*", "https:\/\/notebooklm.google.com\/*" ], "resources": [ "*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/chunk-ea0a5ab8.js", "assets\/chunk-ce6fdbb3.js", "assets\/chunk-60433885.js", "assets\/chunk-adb89b1c.js", "assets\/chunk-a86a4c39.js", "assets\/chunk-7b5e4e7f.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/chatgpt.com\/*" ], "resources": [ "assets\/chunk-ea0a5ab8.js", "assets\/chunk-504dfb72.js", "assets\/chunk-2c18c43f.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/claude.ai\/*" ], "resources": [ "assets\/chunk-ea0a5ab8.js", "assets\/chunk-504dfb72.js", "assets\/chunk-f3dff333.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/grok.com\/*" ], "resources": [ "assets\/chunk-ea0a5ab8.js", "assets\/chunk-504dfb72.js", "assets\/chunk-81b25c5d.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/gemini.google.com\/*" ], "resources": [ "assets\/chunk-ea0a5ab8.js", "assets\/chunk-504dfb72.js", "assets\/chunk-e153a858.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/notebooklm.google.com\/*" ], "resources": [ "assets\/chunk-60433885.js", "assets\/chunk-adb89b1c.js", "assets\/chunk-a86a4c39.js", "assets\/chunk-98ae59cc.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.perplexity.ai\/*" ], "resources": [ "assets\/chunk-ea0a5ab8.js", "assets\/chunk-504dfb72.js", "assets\/chunk-51fcefd8.js" ], "use_dynamic_url": false } ], "host_permissions": [ "https:\/\/notebooklm.google.com\/*" ], "permissions": [ "storage", "sidePanel" ] }