Scriven - Take YouTube video notes Firefox

Examine source code of Scriven - Take YouTube video notes

Inspect and view changes in Scriven - Take YouTube video notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scriven",
  "version": "2.0",
  "description": "Write notes to YouTube videos.",
  "permissions": [
    "storage",
    "tabs",
    "downloads"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.min.js",
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "src/ui.js",
        "src/content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "src/popup.html",
    "default_title": "Scriven - Control Center"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "scriven@neilvan.com"
    }
  }
}

Best Scriven - Take YouTube video notes Alternatives

Here are some Firefox add-ons that are similar to Scriven - Take YouTube video notes: