PipedPlayer Firefox

Examine source code of PipedPlayer

제작자: Jacoblightning3
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"
  }
}

최고의 PipedPlayer 대안

다음은 PipedPlayer과(와) 유사한 Firefox add-on입니다: