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.4.5",
"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-8361bd4a.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
},
{
"js": [
"assets\/chatgpt.js-loader-56da4b5a.js"
],
"matches": [
"https:\/\/chatgpt.com\/*"
]
},
{
"js": [
"assets\/claude.js-loader-76a96fdb.js"
],
"matches": [
"https:\/\/claude.ai\/*"
]
},
{
"js": [
"assets\/grok.js-loader-c8195f56.js"
],
"matches": [
"https:\/\/grok.com\/*"
]
},
{
"js": [
"assets\/gemini.js-loader-bfacf26e.js"
],
"matches": [
"https:\/\/gemini.google.com\/*"
]
},
{
"js": [
"assets\/notebooklm.js-loader-5de0bdd8.js"
],
"matches": [
"https:\/\/notebooklm.google.com\/*"
]
},
{
"js": [
"assets\/perplexity.js-loader-15b816c8.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-f39d5b29.js",
"assets\/chunk-531f71ae.js",
"assets\/chunk-60433885.js",
"assets\/chunk-adb89b1c.js",
"assets\/chunk-a86a4c39.js",
"assets\/chunk-d97b4971.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/chatgpt.com\/*"
],
"resources": [
"assets\/chunk-f39d5b29.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-801eda3e.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/claude.ai\/*"
],
"resources": [
"assets\/chunk-f39d5b29.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-b8ed27f4.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/grok.com\/*"
],
"resources": [
"assets\/chunk-f39d5b29.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-c87fb584.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/gemini.google.com\/*"
],
"resources": [
"assets\/chunk-f39d5b29.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-67e97244.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-f39d5b29.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-f54a6adf.js"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"https:\/\/notebooklm.google.com\/*"
],
"permissions": [
"storage",
"sidePanel"
]
}