NotebookLM Code Highlighter Firefox

Examine source code of NotebookLM Code Highlighter

By: Alex
Inspect and view changes in NotebookLM Code Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NotebookLM Code Highlighter",
  "description": "Adds syntax highlighting to code blocks in NotebookLM",
  "version": "1.0.0",
  "icons": {
    "16": "icon/icon.png",
    "32": "icon/icon.png",
    "48": "icon/icon.png",
    "96": "icon/icon.png",
    "128": "icon/icon.png"
  },
  "permissions": [
    "storage",
    "https://notebooklm.google.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "notebooklm-highlighter@koval.xyz",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "browser_action": {
    "default_title": "NotebookLM Code Highlighter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://localhost/*",
        "https://notebooklm.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best NotebookLM Code Highlighter Alternatives

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