Better Youtube Sharing Firefox

Examine source code of Better Youtube Sharing

Inspect and view changes in Better Youtube Sharing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Better Youtube Sharing",
  "version": "1.0.3",
  "description": "Right click anywhere while playing a video to share without tracking nonsense.",
  "browser_specific_settings": {
    "gecko": {
      "id": "better-yt-sharing@sakurax64.dev",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "scripting",
    "clipboardWrite"
  ],
  "icons": {
    "16": "icon.svg"
  },
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://youtube.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Better Youtube Sharing Alternatives

Here are some Firefox add-ons that are similar to Better Youtube Sharing: