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": "NotebookLM Tools",
"description": "Browser extension for NotebookLM productivity tools and utilities.",
"version": "1.4.7",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.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-124d19d2.js",
"assets\/content.jsx-loader-dfbe5388.js"
],
"matches": [
"*:\/\/notebooklm.google.com\/*"
]
}
],
"side_panel": {
"default_path": "sidepanel.html"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/notebooklm.google.com\/*"
],
"resources": [
"*",
"assets\/chunk-9372d5e6.js",
"assets\/chunk-3f26b13f.js",
"assets\/chunk-a9ae924a.js",
"assets\/chunk-7aaa581e.js",
"assets\/chunk-77d04201.js",
"assets\/chunk-9eb62062.js",
"assets\/chunk-518a1270.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"readabilityExtractor.bundle.js"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"*:\/\/notebooklm.google.com\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"storage",
"sidePanel",
"contextMenus",
"unlimitedStorage",
"tabs",
"scripting",
"offscreen"
]
}