Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "5.9.0",
"icons": {
"16": "icon\/icon-16.png",
"32": "icon\/icon-32.png",
"48": "icon\/icon-48.png",
"96": "icon\/icon-96.png",
"128": "icon\/icon-128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"downloads",
"debugger",
"storage",
"identity",
"scripting",
"webNavigation"
],
"host_permissions": [
"https:\/\/notebooklm.google.com\/*",
"https:\/\/svyat.site\/*",
"https:\/\/*.usercontent.goog\/*",
"https:\/\/*.googleusercontent.com\/*",
"https:\/\/lh3.google.com\/*"
],
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "393202409195-rm31ud4l600fk66999b9horksjhoeblb.apps.googleusercontent.com",
"scopes": [
"openid",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"action": {
"default_title": "NotebookLM to PDF - Export Chat History",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/notebooklm.google.com\/*"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}