Noter - Smart YouTube Notes Firefox

Examine source code of Noter - Smart YouTube Notes

Inspect and view changes in Noter - Smart YouTube Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Noter - Smart YouTube Notes",
  "version": "1.0",
  "description": "Take timestamped notes while watching YouTube videos. Click any note to jump back to that moment instantly. All data stored locally on your device.",
  "author": "GitHub Copilot",
  "homepage_url": "https://github.com/your-username/noter-extension",
  "browser_specific_settings": {
    "gecko": {
      "id": "noter@example.com"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Noter - Smart YouTube Notes Alternatives

Here are some Firefox add-ons that are similar to Noter - Smart YouTube Notes: