WS Remote YT Controller Firefox

Examine source code of WS Remote YT Controller

Inspect and view changes in WS Remote YT Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WS Remote",
  "version": "1.0",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "ws://localhost/*",
    "ws://127.0.0.1/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ws-remote@nabaraj-bhandari.com.np"
    }
  }
}

Best WS Remote YT Controller Alternatives

Here are some Firefox add-ons that are similar to WS Remote YT Controller: