PipedPlayer Firefox

Examine source code of PipedPlayer

Inspect and view changes in PipedPlayer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PipedPlayer",
  "version": "1.0.2",
  "description": "Redirects from Youtube to Piped",
  "icons": {
    "48": "icons/Piped-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "PipedPlayer@jacoblightning3"
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch?v=*",
        "*://*.youtube.com/shorts/*"
      ],
      "js": [
        "PipedPlayer.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html"
  }
}

Best PipedPlayer Alternatives

Here are some Firefox add-ons that are similar to PipedPlayer: