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.7",
"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-400d3207.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
},
{
"js": [
"assets\/chatgpt.js-loader-998ab0c2.js"
],
"matches": [
"https:\/\/chatgpt.com\/*"
]
},
{
"js": [
"assets\/claude.js-loader-49cec132.js"
],
"matches": [
"https:\/\/claude.ai\/*"
]
},
{
"js": [
"assets\/grok.js-loader-b00c307c.js"
],
"matches": [
"https:\/\/grok.com\/*"
]
},
{
"js": [
"assets\/gemini.js-loader-261d06c9.js"
],
"matches": [
"https:\/\/gemini.google.com\/*"
]
},
{
"js": [
"assets\/notebooklm.js-loader-5de0bdd8.js"
],
"matches": [
"https:\/\/notebooklm.google.com\/*"
]
},
{
"js": [
"assets\/perplexity.js-loader-ebc96ebe.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-b99046cd.js",
"assets\/chunk-a07bd60e.js",
"assets\/chunk-60433885.js",
"assets\/chunk-adb89b1c.js",
"assets\/chunk-a86a4c39.js",
"assets\/chunk-471d0907.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/chatgpt.com\/*"
],
"resources": [
"assets\/chunk-b99046cd.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-b6b7f547.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/claude.ai\/*"
],
"resources": [
"assets\/chunk-b99046cd.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-ccac2d13.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/grok.com\/*"
],
"resources": [
"assets\/chunk-b99046cd.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-431a199c.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/gemini.google.com\/*"
],
"resources": [
"assets\/chunk-b99046cd.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-94306902.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-b99046cd.js",
"assets\/chunk-504dfb72.js",
"assets\/chunk-1e21ac72.js"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"https:\/\/notebooklm.google.com\/*"
],
"permissions": [
"storage",
"sidePanel"
]
}