Notes For YouTube (Alpha) Firefox

Examine source code of Notes For YouTube (Alpha)

Inspect and view changes in Notes For YouTube (Alpha) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Personal extension for taking notes on YouTube videos",
  "manifest_version": 2,
  "name": "Notes With Timestamp",
  "version": "1.4",
  "sidebar_action": {
    "default_title": "Notes With Timestamp",
    "default_panel": "sidebar/panel.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "file:///*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{41ce7ccf-5896-4a6c-b5d3-02108dbeee66}"
    }
  }
}

Best Notes For YouTube (Alpha) Alternatives

Here are some Firefox add-ons that are similar to Notes For YouTube (Alpha):