Magic Clipper for NotebookLM Firefox

Examine source code of Magic Clipper for NotebookLM

Inspect and view changes in Magic Clipper for NotebookLM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "Magic Clipper",
  "version": "5.6.1",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "browser_specific_settings": {
    "gecko": {
      "id": "notebooklm-web-clipper@mtfkarukera",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "cookies",
    "activeTab",
    "notifications",
    "downloads",
    "contextMenus",
    "identity",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ],
    "type": "module"
  },
  "icons": {
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "action": {
    "default_icon": "icons/icon.svg",
    "default_popup": "src/popup/popup.html",
    "default_title": "Clip to NotebookLM"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/orchestrator.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Magic Clipper for NotebookLM Alternatives

Here are some Firefox add-ons that are similar to Magic Clipper for NotebookLM: