Open in VLC Player Firefox

Examine source code of Open in VLC Player

Inspect and view changes in Open in VLC Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Open in VLC",
  "version": "1.0.0",
  "description": "Adds a right-click context menu item to open links directly in VLC Media Player as a network stream.",
  "permissions": [
    "contextMenus",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vlc-opener@local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Open in VLC Player Alternatives

Here are some Firefox add-ons that are similar to Open in VLC Player: