NotebookLM Exporter Firefox

Examine source code of NotebookLM Exporter

Inspect and view changes in NotebookLM Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "NLM Exporter",
  "version": "1.2.0",
  "description": "__MSG_extDescription__",
  "default_locale": "uk",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "contextMenus",
    "https://notebooklm.google.com/*",
    "https://www.youtube.com/*",
    "https://accounts.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "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",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nlmexporter@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NotebookLM Exporter Alternatives

Here are some Firefox add-ons that are similar to NotebookLM Exporter: