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",
"manifest_version": 3,
"name": "BananaNL",
"version": "1.1.1",
"description": "NotebookLM\u306e\u30c7\u30b6\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb\u3092\u52b9\u7387\u7684\u306b\u7ba1\u7406\u30fb\u9069\u7528\u3002Banana X \u30d7\u30ed\u30f3\u30d7\u30c8\u30d1\u30bf\u30fc\u30f3\u96c6\u3068\u9023\u643a\u3057\u3066\u3001\u30a4\u30f3\u30d5\u30a9\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u3084\u30b9\u30e9\u30a4\u30c9\u306e\u751f\u6210\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/notebooklm.google.com\/*",
"https:\/\/furoku.github.io\/*"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/notebooklm.google.com\/*"
],
"js": [
"content_notebooklm.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/furoku.github.io\/bananaX\/*"
],
"js": [
"content_gallery.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/logo48.png"
],
"matches": [
"https:\/\/notebooklm.google.com\/*"
]
}
]
}