YouTube Link-Player Firefox

Examine source code of YouTube Link-Player

By: Ade
Inspect and view changes in YouTube Link-Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouTube Link-Player",
  "short_name": "YouTubeLinkPlayer",
  "description": "Open YouTube hyperlinks as embedded videos.",
  "homepage_url": "https://github.com/adeoladev/youtube-linkplayer",
  "version": "1.2.7",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "menus"
  ],
  "icons": {
    "48": "images/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/toggle.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2186f2b4-22e1-4ba5-bb98-15fbc385d7db}"
    }
  }
}

Best YouTube Link-Player Alternatives

Here are some Firefox add-ons that are similar to YouTube Link-Player: