NotebookLM Categorizer Firefox

Examine source code of NotebookLM Categorizer

Inspect and view changes in NotebookLM Categorizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "NotebookLM Categorizer",
  "version": "1.2.0",
  "description": "Adds category filter buttons to the NotebookLM notebook list based on titles.",
  "author": "muharamdani",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://notebooklm.google.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "arrive.min.js",
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "notebooklm-categorizer@muharamdani",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NotebookLM Categorizer Alternatives

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